#38AB4B

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

Shades of Chateau Green #38AB4B

Tints of Chateau Green #38AB4B

Color information

#38AB4B (or 0x38AB4B) is unknown color: approx Chateau Green. HEX triplet: 38, AB and 4B. RGB value is (56,171,75). Sum of RGB (Red+Green+Blue) = 56+171+75=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AB4B is #C754B4. Grayscale: #7D7D7D. Windows color (decimal): -13063349 or 4959032. OLE color: 4959032.

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

Color convert

RGB5617175-
CMYK0.6700.560.33
HSL129.91º50.66%44.51%-
HSV(B)129.91º67.25%67.06%-
XYZ17.4630.4711.62-
YUV125.6799.478.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 171 (67.19% from 255) = 56.62%
BLUE value IS 75 (29.69% from 255) = 24.83%
R=18.54%
G=56.62%
B=24.83%

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
Decimal56171750.6700.560.33129.9150.6644.51
Hex38AB4B430382182332d
Octal70253113103070412026355
Binary1110001010101110010111000011011100010000110000010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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