#38AA53

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

Shades of Chateau Green #38AA53

Tints of Chateau Green #38AA53

Color information

#38AA53 (or 0x38AA53) is unknown color: approx Chateau Green. HEX triplet: 38, AA and 53. RGB value is (56,170,83). Sum of RGB (Red+Green+Blue) = 56+170+83=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AA53 is #C755AC. Grayscale: #7E7E7E. Windows color (decimal): -13063597 or 5483064. OLE color: 5483064.

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

Color convert

RGB5617083-
CMYK0.6700.510.33
HSL134.21º50.44%44.31%-
HSV(B)134.21º67.06%66.67%-
XYZ17.5730.2113.09-
YUV126103.7378.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 170 (66.80% from 255) = 55.02%
BLUE value IS 83 (32.81% from 255) = 26.86%
R=18.12%
G=55.02%
B=26.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56170830.6700.510.33134.2150.4444.31
Hex38AA53430332186322c
Octal70252123103063412066254
Binary1110001010101010100111000011011001110000110000110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,170,83); }

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

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

 a { background-color: rgb(56,170,83); }

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

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

 span { border-color: rgb(56,170,83); }

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