#38A45B

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

Shades of Chateau Green #38A45B

Tints of Chateau Green #38A45B

Color information

#38A45B (or 0x38A45B) is unknown color: approx Chateau Green. HEX triplet: 38, A4 and 5B. RGB value is (56,164,91). Sum of RGB (Red+Green+Blue) = 56+164+91=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 164 (64.45% from 255 or 52.73% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 164 - color contains mainly: green. Hex color #38A45B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A45B is #C75BA4. Grayscale: #7B7B7B. Windows color (decimal): -13065125 or 6005816. OLE color: 6005816.

HSL color Cylindrical-coordinate representation of color #38A45B: hue angle of 139.44º 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 #38A45B is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB5616491-
CMYK0.6600.450.36
HSL139.44º49.09%43.14%-
HSV(B)139.44º65.85%64.31%-
XYZ16.7928.1514.45-
YUV123.39109.7279.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.01%
GREEN value IS 164 (64.45% from 255) = 52.73%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=18.01%
G=52.73%
B=29.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56164910.6600.450.36139.4449.0943.14
Hex38A45B4202D248b312b
Octal70244133102055442136153
Binary1110001010010010110111000010010110110010010001011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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