#38A35A

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

Shades of Chateau Green #38A35A

Tints of Chateau Green #38A35A

Color information

#38A35A (or 0x38A35A) is unknown color: approx Chateau Green. HEX triplet: 38, A3 and 5A. RGB value is (56,163,90). Sum of RGB (Red+Green+Blue) = 56+163+90=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 163 (64.06% from 255 or 52.75% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 163 - color contains mainly: green. Hex color #38A35A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A35A is #C75CA5. Grayscale: #7A7A7A. Windows color (decimal): -13065382 or 5940024. OLE color: 5940024.

HSL color Cylindrical-coordinate representation of color #38A35A: hue angle of 139.07º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A35A is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB5616390-
CMYK0.6600.450.36
HSL139.07º48.86%42.94%-
HSV(B)139.07º65.64%63.92%-
XYZ16.5727.7714.16-
YUV122.68109.5580.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 163 (64.06% from 255) = 52.75%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=18.12%
G=52.75%
B=29.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56163900.6600.450.36139.0748.8642.94
Hex38A35A4202D248b312b
Octal70243132102055442136153
Binary1110001010001110110101000010010110110010010001011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,163,90); }

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

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

 a { background-color: rgb(56,163,90); }

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

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

 span { border-color: rgb(56,163,90); }

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