Html Css Color HEX #3CA660 Chateau Green

📋 copy color: '#3CA660'

red 60 ◦ green 166 ◦ blue 96

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

Shades of Chateau Green #3CA660

Tints of Chateau Green #3CA660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.55%

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

R = 18.63%
G = 51.55%
B = 29.81%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#3CA660 (or 0x3CA660) is known color: Chateau Green. HEX triplet: 3C, A6 and 60. RGB value is (60,166,96). Sum of RGB (Red+Green+Blue) = 60+166+96=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 166 (65.23% from 255 or 51.55% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA660 is #C3599F. Grayscale: #7E7E7E. Windows color (decimal): -12802464 or 6334012. OLE color: 6334012.

HSL color Cylindrical-coordinate representation of color #3CA660: hue angle of 140.38º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA660 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 60 166 96 -
CMYK 0.64 0 0.42 0.35
HSL 140.38º 0.47% 0.44% -
HSV(B) 140.38º 0.64% 0.65% -
XYZ 17.61 29.08 15.75 -
YUV 126.33 110.88 80.69 -
System Red Green Blue C M Y K H S L
Decimal 60 166 96 0.64 0 0.42 0.35 140.38 0.47 0.44
Hex 3C A6 60 40 0 2A 23 8C 2F 2C
Octal 74 246 140 100 0 52 43 214 57 54
Binary 111100 10100110 1100000 1000000 0 101010 100011 10001100 101111 101100

Color Harmonies of #3CA660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA660

Black with #3CA660

Text Example


Text Example

White with #3CA660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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