#38A35B

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

Shades of Chateau Green #38A35B

Tints of Chateau Green #38A35B

Color information

#38A35B (or 0x38A35B) is unknown color: approx Chateau Green. HEX triplet: 38, A3 and 5B. RGB value is (56,163,91). Sum of RGB (Red+Green+Blue) = 56+163+91=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #38A35B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A35B is #C75CA4. Grayscale: #7A7A7A. Windows color (decimal): -13065381 or 6005560. OLE color: 6005560.

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

Color convert

RGB5616391-
CMYK0.6600.440.36
HSL139.63º48.86%42.94%-
HSV(B)139.63º65.64%63.92%-
XYZ16.6227.7914.39-
YUV122.8110.0580.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.06%
GREEN value IS 163 (64.06% from 255) = 52.58%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=18.06%
G=52.58%
B=29.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56163910.6600.440.36139.6348.8642.94
Hex38A35B4202C248c312b
Octal70243133102054442146153
Binary1110001010001110110111000010010110010010010001100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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