#38a05b

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

Shades of Chateau Green #38A05B

Tints of Chateau Green #38A05B

Color information

#38A05B (or 0x38A05B) is unknown color: approx Chateau Green. HEX triplet: 38, A0 and 5B. RGB value is (56,160,91). Sum of RGB (Red+Green+Blue) = 56+160+91=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #38A05B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A05B is #C75FA4. Grayscale: #797979. Windows color (decimal): -13066149 or 6004792. OLE color: 6004792.

HSL color Cylindrical-coordinate representation of color #38A05B: hue angle of 140.19º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A05B is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB5616091-
CMYK0.6500.430.37
HSL140.19º48.15%42.35%-
HSV(B)140.19º65%62.75%-
XYZ16.0926.7414.21-
YUV121.04111.0481.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.24%
GREEN value IS 160 (62.89% from 255) = 52.12%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=18.24%
G=52.12%
B=29.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal56160910.6500.430.37140.1948.1542.35
Hex38A05B4102B258c302a
Octal70240133101053452146052
Binary1110001010000010110111000001010101110010110001100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38a05b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,160,91); }

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

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

 a { background-color: rgb(56,160,91); }

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

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

 span { border-color: rgb(56,160,91); }

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