#38AB4D

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

Shades of Chateau Green #38AB4D

Tints of Chateau Green #38AB4D

Color information

#38AB4D (or 0x38AB4D) is unknown color: approx Chateau Green. HEX triplet: 38, AB and 4D. RGB value is (56,171,77). Sum of RGB (Red+Green+Blue) = 56+171+77=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AB4D is #C754B2. Grayscale: #7E7E7E. Windows color (decimal): -13063347 or 5090104. OLE color: 5090104.

HSL color Cylindrical-coordinate representation of color #38AB4D: hue angle of 130.96º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AB4D is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB5617177-
CMYK0.6700.550.33
HSL130.96º50.66%44.51%-
HSV(B)130.96º67.25%67.06%-
XYZ17.5330.511.98-
YUV125.9100.478.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 171 (67.19% from 255) = 56.25%
BLUE value IS 77 (30.47% from 255) = 25.33%
R=18.42%
G=56.25%
B=25.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56171770.6700.550.33130.9650.6644.51
Hex38AB4D430372183332d
Octal70253115103067412036355
Binary1110001010101110011011000011011011110000110000011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,171,77); }

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

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

 a { background-color: rgb(56,171,77); }

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

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

 span { border-color: rgb(56,171,77); }

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