#38b15d

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

Shades of Chateau Green #38B15D

Tints of Chateau Green #38B15D

Color information

#38B15D (or 0x38B15D) is unknown color: approx Chateau Green. HEX triplet: 38, B1 and 5D. RGB value is (56,177,93). Sum of RGB (Red+Green+Blue) = 56+177+93=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 177 (69.53% from 255 or 54.29% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 177 - color contains mainly: green. Hex color #38B15D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38B15D is #C74EA2. Grayscale: #838383. Windows color (decimal): -13061795 or 6140216. OLE color: 6140216.

HSL color Cylindrical-coordinate representation of color #38B15D: hue angle of 138.35º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38B15D is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB5617793-
CMYK0.6800.470.31
HSL138.35º51.93%45.69%-
HSV(B)138.35º68.36%69.41%-
XYZ19.3333.0815.72-
YUV131.24106.4174.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.18%
GREEN value IS 177 (69.53% from 255) = 54.29%
BLUE value IS 93 (36.72% from 255) = 28.53%
R=17.18%
G=54.29%
B=28.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56177930.6800.470.31138.3551.9345.69
Hex38B15D4402F1F8a342e
Octal70261135104057372126456
Binary111000101100011011101100010001011111111110001010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38b15d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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