Html Css Color HEX #3C964D Chateau Green

📋 copy color: '#3C964D'

red 60 ◦ green 150 ◦ blue 77

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

Shades of Chateau Green #3C964D

Tints of Chateau Green #3C964D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.83%

R = 20.91%
G = 52.26%
B = 26.83%

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

#3C964D (or 0x3C964D) is known color: Chateau Green. HEX triplet: 3C, 96 and 4D. RGB value is (60,150,77). Sum of RGB (Red+Green+Blue) = 60+150+77=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #3C964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C964D is #C369B2. Grayscale: #727272. Windows color (decimal): -12806579 or 5084732. OLE color: 5084732.

HSL color Cylindrical-coordinate representation of color #3C964D: hue angle of 131.33º 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 #3C964D is Cyan = 0.6, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 150 77 -
CMYK 0.6 0 0.49 0.41
HSL 131.33º 0.43% 0.41% -
HSV(B) 131.33º 0.6% 0.59% -
XYZ 14.11 23.31 10.78 -
YUV 114.77 106.68 88.94 -
System Red Green Blue C M Y K H S L
Decimal 60 150 77 0.6 0 0.49 0.41 131.33 0.43 0.41
Hex 3C 96 4D 3C 0 31 29 83 2B 29
Octal 74 226 115 74 0 61 51 203 53 51
Binary 111100 10010110 1001101 111100 0 110001 101001 10000011 101011 101001

Color Harmonies of #3C964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C964D

Black with #3C964D

Text Example


Text Example

White with #3C964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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