#3CAF58

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

Shades of Chateau Green #3CAF58

Tints of Chateau Green #3CAF58

Color information

#3CAF58 (or 0x3CAF58) is unknown color: approx Chateau Green. HEX triplet: 3C, AF and 58. RGB value is (60,175,88). Sum of RGB (Red+Green+Blue) = 60+175+88=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAF58 is #C350A7. Grayscale: #828282. Windows color (decimal): -12800168 or 5812028. OLE color: 5812028.

HSL color Cylindrical-coordinate representation of color #3CAF58: hue angle of 134.61º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAF58 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB6017588-
CMYK0.6600.500.31
HSL134.61º48.94%46.08%-
HSV(B)134.61º65.71%68.63%-
XYZ18.9532.3314.47-
YUV130.7103.977.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.58%
GREEN value IS 175 (68.75% from 255) = 54.18%
BLUE value IS 88 (34.77% from 255) = 27.24%
R=18.58%
G=54.18%
B=27.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60175880.6600.500.31134.6148.9446.08
Hex3CAF58420321F87312e
Octal74257130102062372076156
Binary111100101011111011000100001001100101111110000111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CAF58; }

 p { color: rgb(60,175,88); }

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

<style>
 a { background-color: #3CAF58; }

 a { background-color: rgb(60,175,88); }

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

<style>
 span { border-color: #3CAF58; }

 span { border-color: rgb(60,175,88); }

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