#38AF53

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

Shades of Chateau Green #38AF53

Tints of Chateau Green #38AF53

Color information

#38AF53 (or 0x38AF53) is unknown color: approx Chateau Green. HEX triplet: 38, AF and 53. RGB value is (56,175,83). Sum of RGB (Red+Green+Blue) = 56+175+83=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AF53 is #C750AC. Grayscale: #818181. Windows color (decimal): -13062317 or 5484344. OLE color: 5484344.

HSL color Cylindrical-coordinate representation of color #38AF53: hue angle of 133.61º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AF53 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB5617583-
CMYK0.6800.530.31
HSL133.61º51.52%45.29%-
HSV(B)133.61º68%68.63%-
XYZ18.5232.1313.41-
YUV128.93102.0875.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.83%
GREEN value IS 175 (68.75% from 255) = 55.73%
BLUE value IS 83 (32.81% from 255) = 26.43%
R=17.83%
G=55.73%
B=26.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56175830.6800.530.31133.6151.5245.29
Hex38AF53440351F86342d
Octal70257123104065372066455
Binary111000101011111010011100010001101011111110000110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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