#38A35D

Color #38A35D Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #38A35D

Tints of Chateau Green #38A35D

Color information

#38A35D (or 0x38A35D) is unknown color: approx Chateau Green. HEX triplet: 38, A3 and 5D. RGB value is (56,163,93). Sum of RGB (Red+Green+Blue) = 56+163+93=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 163 (64.06% from 255 or 52.24% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 163 - color contains mainly: green. Hex color #38A35D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A35D is #C75CA2. Grayscale: #7B7B7B. Windows color (decimal): -13065379 or 6136632. OLE color: 6136632.

HSL color Cylindrical-coordinate representation of color #38A35D: hue angle of 140.75º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A35D is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB5616393-
CMYK0.6600.430.36
HSL140.75º48.86%42.94%-
HSV(B)140.75º65.64%63.92%-
XYZ16.727.8314.85-
YUV123.03111.0580.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 17.95%
GREEN value IS 163 (64.06% from 255) = 52.24%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=17.95%
G=52.24%
B=29.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56163930.6600.430.36140.7548.8642.94
Hex38A35D4202B248d312b
Octal70243135102053442156153
Binary1110001010001110111011000010010101110010010001101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A35D; }

 p { color: rgb(56,163,93); }

 H1.HeaderClassName
 {
   color: #38A35D;
 }
 .AnyTagClassName
 {
   color: #38A35D;
 }
</style>
background-color css

<style>
 a { background-color: #38A35D; }

 a { background-color: rgb(56,163,93); }

 div.DivClassName
 {
   background-color: #38A35D;
 }
 .BgClassName
 {
   background-color: #38A35D;
 }
</style>
border-color css

<style>
 span { border-color: #38A35D; }

 span { border-color: rgb(56,163,93); }

 td.TdClassName
 {
   border-color: #38A35D;
 }
 .TagClassName
 {
   border-color: #38A35D;
 }
</style>