Html Css Color HEX #3C964C Chateau Green

📋 copy color: '#3C964C'

red 60 ◦ green 150 ◦ blue 76

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

Shades of Chateau Green #3C964C

Tints of Chateau Green #3C964C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.45%

 BLUE value IS 76 (30.08% from 255) = 26.57%

R = 20.98%
G = 52.45%
B = 26.57%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#3C964C (or 0x3C964C) is known color: Chateau Green. HEX triplet: 3C, 96 and 4C. RGB value is (60,150,76). Sum of RGB (Red+Green+Blue) = 60+150+76=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #3C964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C964C is #C369B3. Grayscale: #727272. Windows color (decimal): -12806580 or 5019196. OLE color: 5019196.

HSL color Cylindrical-coordinate representation of color #3C964C: hue angle of 130.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C964C is Cyan = 0.6, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 150 76 -
CMYK 0.6 0 0.49 0.41
HSL 130.67º 0.43% 0.41% -
HSV(B) 130.67º 0.6% 0.59% -
XYZ 14.07 23.3 10.59 -
YUV 114.65 106.18 89.02 -
System Red Green Blue C M Y K H S L
Decimal 60 150 76 0.6 0 0.49 0.41 130.67 0.43 0.41
Hex 3C 96 4C 3C 0 31 29 83 2B 29
Octal 74 226 114 74 0 61 51 203 53 51
Binary 111100 10010110 1001100 111100 0 110001 101001 10000011 101011 101001

Color Harmonies of #3C964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C964C

Black with #3C964C

Text Example


Text Example

White with #3C964C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,150,76); }

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

background-color css

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

 a { background-color: rgb(60,150,76); }

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

border-color css

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

 span { border-color: rgb(60,150,76); }

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