#38AB4C

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

Shades of Chateau Green #38AB4C

Tints of Chateau Green #38AB4C

Color information

#38AB4C (or 0x38AB4C) is unknown color: approx Chateau Green. HEX triplet: 38, AB and 4C. RGB value is (56,171,76). Sum of RGB (Red+Green+Blue) = 56+171+76=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AB4C is #C754B3. Grayscale: #7E7E7E. Windows color (decimal): -13063348 or 5024568. OLE color: 5024568.

HSL color Cylindrical-coordinate representation of color #38AB4C: hue angle of 130.43º 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 #38AB4C is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB5617176-
CMYK0.6700.560.33
HSL130.43º50.66%44.51%-
HSV(B)130.43º67.25%67.06%-
XYZ17.530.4911.8-
YUV125.7899.978.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 171 (67.19% from 255) = 56.44%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=18.48%
G=56.44%
B=25.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56171760.6700.560.33130.4350.6644.51
Hex38AB4C430382182332d
Octal70253114103070412026355
Binary1110001010101110011001000011011100010000110000010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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