Html Css Color HEX #36964C Chateau Green

📋 copy color: '#36964C'

red 54 ◦ green 150 ◦ blue 76

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

Shades of Chateau Green #36964C

Tints of Chateau Green #36964C

RGB

 RED value IS 54 (21.48% from 255) = 19.29%

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

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

R = 19.29%
G = 53.57%
B = 27.14%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#36964C (or 0x36964C) is known color: Chateau Green. HEX triplet: 36, 96 and 4C. RGB value is (54,150,76). Sum of RGB (Red+Green+Blue) = 54+150+76=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #36964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36964C is #C969B3. Grayscale: #717171. Windows color (decimal): -13199796 or 5019190. OLE color: 5019190.

HSL color Cylindrical-coordinate representation of color #36964C: hue angle of 133.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36964C is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 150 76 -
CMYK 0.64 0 0.49 0.41
HSL 133.75º 0.47% 0.4% -
HSV(B) 133.75º 0.64% 0.59% -
XYZ 13.73 23.12 10.58 -
YUV 112.86 107.2 86.02 -
System Red Green Blue C M Y K H S L
Decimal 54 150 76 0.64 0 0.49 0.41 133.75 0.47 0.4
Hex 36 96 4C 40 0 31 29 86 2F 28
Octal 66 226 114 100 0 61 51 206 57 50
Binary 110110 10010110 1001100 1000000 0 110001 101001 10000110 101111 101000

Color Harmonies of #36964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36964C

Black with #36964C

Text Example


Text Example

White with #36964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36964C; }

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

 H1.HeaderClassName
 {
   color: #36964C;
 }
 .AnyTagClassName
 {
   color: #36964C;
 }
</style>

background-color css

<style>
 a { background-color: #36964C; }

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

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

border-color css

<style>
 span { border-color: #36964C; }

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

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