Html Css Color HEX #3CA960 Chateau Green

📋 copy color: '#3CA960'

red 60 ◦ green 169 ◦ blue 96

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

Shades of Chateau Green #3CA960

Tints of Chateau Green #3CA960

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52%

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 18.46%
G = 52%
B = 29.54%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#3CA960 (or 0x3CA960) is known color: Chateau Green. HEX triplet: 3C, A9 and 60. RGB value is (60,169,96). Sum of RGB (Red+Green+Blue) = 60+169+96=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #3CA960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA960 is #C3569F. Grayscale: #808080. Windows color (decimal): -12801696 or 6334780. OLE color: 6334780.

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

Color convert

RGB 60 169 96 -
CMYK 0.64 0 0.43 0.34
HSL 139.82º 0.48% 0.45% -
HSV(B) 139.82º 0.64% 0.66% -
XYZ 18.16 30.18 15.93 -
YUV 128.09 109.89 79.44 -
System Red Green Blue C M Y K H S L
Decimal 60 169 96 0.64 0 0.43 0.34 139.82 0.48 0.45
Hex 3C A9 60 40 0 2B 22 8C 30 2D
Octal 74 251 140 100 0 53 42 214 60 55
Binary 111100 10101001 1100000 1000000 0 101011 100010 10001100 110000 101101

Color Harmonies of #3CA960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA960

Black with #3CA960

Text Example


Text Example

White with #3CA960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,169,96); }

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

background-color css

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

 a { background-color: rgb(60,169,96); }

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

border-color css

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

 span { border-color: rgb(60,169,96); }

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