#38AB60

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

Shades of Chateau Green #38AB60

Tints of Chateau Green #38AB60

Color information

#38AB60 (or 0x38AB60) is unknown color: approx Chateau Green. HEX triplet: 38, AB and 60. RGB value is (56,171,96). Sum of RGB (Red+Green+Blue) = 56+171+96=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AB60 is #C7549F. Grayscale: #808080. Windows color (decimal): -13063328 or 6335288. OLE color: 6335288.

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

Color convert

RGB5617196-
CMYK0.6700.440.33
HSL140.87º50.66%44.51%-
HSV(B)140.87º67.25%67.06%-
XYZ18.3130.8116.05-
YUV128.06109.976.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 171 (67.19% from 255) = 52.94%
BLUE value IS 96 (37.89% from 255) = 29.72%
R=17.34%
G=52.94%
B=29.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56171960.6700.440.33140.8750.6644.51
Hex38AB604302C218d332d
Octal70253140103054412156355
Binary1110001010101111000001000011010110010000110001101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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