Html Css Color HEX #3CA261 Chateau Green

📋 copy color: '#3CA261'

red 60 ◦ green 162 ◦ blue 97

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

Shades of Chateau Green #3CA261

Tints of Chateau Green #3CA261

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.78%

 BLUE value IS 97 (38.28% from 255) = 30.41%

R = 18.81%
G = 50.78%
B = 30.41%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#3CA261 (or 0x3CA261) is known color: Chateau Green. HEX triplet: 3C, A2 and 61. RGB value is (60,162,97). Sum of RGB (Red+Green+Blue) = 60+162+97=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA261 is #C35D9E. Grayscale: #7C7C7C. Windows color (decimal): -12803487 or 6398524. OLE color: 6398524.

HSL color Cylindrical-coordinate representation of color #3CA261: hue angle of 141.76º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA261 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 162 97 -
CMYK 0.63 0 0.40 0.36
HSL 141.76º 0.46% 0.44% -
HSV(B) 141.76º 0.63% 0.64% -
XYZ 16.94 27.66 15.76 -
YUV 124.09 112.71 82.29 -
System Red Green Blue C M Y K H S L
Decimal 60 162 97 0.63 0 0.40 0.36 141.76 0.46 0.44
Hex 3C A2 61 3F 0 28 24 8E 2E 2C
Octal 74 242 141 77 0 50 44 216 56 54
Binary 111100 10100010 1100001 111111 0 101000 100100 10001110 101110 101100

Color Harmonies of #3CA261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA261

Black with #3CA261

Text Example


Text Example

White with #3CA261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,162,97); }

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

background-color css

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

 a { background-color: rgb(60,162,97); }

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

border-color css

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

 span { border-color: rgb(60,162,97); }

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