#38B15A

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

Shades of Chateau Green #38B15A

Tints of Chateau Green #38B15A

Color information

#38B15A (or 0x38B15A) is unknown color: approx Chateau Green. HEX triplet: 38, B1 and 5A. RGB value is (56,177,90). Sum of RGB (Red+Green+Blue) = 56+177+90=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #38B15A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38B15A is #C74EA5. Grayscale: #838383. Windows color (decimal): -13061798 or 5943608. OLE color: 5943608.

HSL color Cylindrical-coordinate representation of color #38B15A: hue angle of 136.86º 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 #38B15A is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB5617790-
CMYK0.6800.490.31
HSL136.86º51.93%45.69%-
HSV(B)136.86º68.36%69.41%-
XYZ19.233.0215.04-
YUV130.9104.9174.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 177 (69.53% from 255) = 54.80%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=17.34%
G=54.80%
B=27.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56177900.6800.490.31136.8651.9345.69
Hex38B15A440311F89342e
Octal70261132104061372116456
Binary111000101100011011010100010001100011111110001001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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