Html Css Color HEX #3CAF5E Chateau Green

📋 copy color: '#3CAF5E'

red 60 ◦ green 175 ◦ blue 94

#3CAF5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #3CAF5E

Tints of Chateau Green #3CAF5E

RGB

 RED value IS 60 (23.83% from 255) = 18.24%

 GREEN value IS 175 (68.75% from 255) = 53.19%

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 18.24%
G = 53.19%
B = 28.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#3CAF5E (or 0x3CAF5E) is known color: Chateau Green. HEX triplet: 3C, AF and 5E. RGB value is (60,175,94). Sum of RGB (Red+Green+Blue) = 60+175+94=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAF5E is #C350A1. Grayscale: #838383. Windows color (decimal): -12800162 or 6205244. OLE color: 6205244.

HSL color Cylindrical-coordinate representation of color #3CAF5E: hue angle of 137.74º 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 #3CAF5E is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 175 94 -
CMYK 0.66 0 0.46 0.31
HSL 137.74º 0.49% 0.46% -
HSV(B) 137.74º 0.66% 0.69% -
XYZ 19.21 32.43 15.84 -
YUV 131.38 106.9 77.09 -
System Red Green Blue C M Y K H S L
Decimal 60 175 94 0.66 0 0.46 0.31 137.74 0.49 0.46
Hex 3C AF 5E 42 0 2E 1F 8A 31 2E
Octal 74 257 136 102 0 56 37 212 61 56
Binary 111100 10101111 1011110 1000010 0 101110 11111 10001010 110001 101110

Color Harmonies of #3CAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAF5E

Black with #3CAF5E

Text Example


Text Example

White with #3CAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3CAF5E;
 }
 .AnyTagClassName
 {
   color: #3CAF5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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