#38AA61

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

Shades of Chateau Green #38AA61

Tints of Chateau Green #38AA61

Color information

#38AA61 (or 0x38AA61) is unknown color: approx Chateau Green. HEX triplet: 38, AA and 61. RGB value is (56,170,97). Sum of RGB (Red+Green+Blue) = 56+170+97=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AA61 is #C7559E. Grayscale: #7F7F7F. Windows color (decimal): -13063583 or 6400568. OLE color: 6400568.

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

Color convert

RGB5617097-
CMYK0.6700.430.33
HSL141.58º50.44%44.31%-
HSV(B)141.58º67.06%66.67%-
XYZ18.1630.4516.23-
YUV127.59110.7376.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 170 (66.80% from 255) = 52.63%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=17.34%
G=52.63%
B=30.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56170970.6700.430.33141.5850.4444.31
Hex38AA614302B218e322c
Octal70252141103053412166254
Binary1110001010101011000011000011010101110000110001110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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