Html Css Color HEX #34994D Chateau Green

📋 copy color: '#34994D'

red 52 ◦ green 153 ◦ blue 77

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

Shades of Chateau Green #34994D

Tints of Chateau Green #34994D

RGB

 RED value IS 52 (20.7% from 255) = 18.44%

 GREEN value IS 153 (60.16% from 255) = 54.26%

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

R = 18.44%
G = 54.26%
B = 27.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#34994D (or 0x34994D) is known color: Chateau Green. HEX triplet: 34, 99 and 4D. RGB value is (52,153,77). Sum of RGB (Red+Green+Blue) = 52+153+77=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #34994D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34994D is #CB66B2. Grayscale: #727272. Windows color (decimal): -13330099 or 5085492. OLE color: 5085492.

HSL color Cylindrical-coordinate representation of color #34994D: hue angle of 134.85º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34994D is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 153 77 -
CMYK 0.66 0 0.50 0.4
HSL 134.85º 0.49% 0.4% -
HSV(B) 134.85º 0.66% 0.6% -
XYZ 14.15 24.05 10.92 -
YUV 114.14 107.04 83.68 -
System Red Green Blue C M Y K H S L
Decimal 52 153 77 0.66 0 0.50 0.4 134.85 0.49 0.4
Hex 34 99 4D 42 0 32 28 87 31 28
Octal 64 231 115 102 0 62 50 207 61 50
Binary 110100 10011001 1001101 1000010 0 110010 101000 10000111 110001 101000

Color Harmonies of #34994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34994D

Black with #34994D

Text Example


Text Example

White with #34994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34994D; }

 p { color: rgb(52,153,77); }

 H1.HeaderClassName
 {
   color: #34994D;
 }
 .AnyTagClassName
 {
   color: #34994D;
 }
</style>

background-color css

<style>
 a { background-color: #34994D; }

 a { background-color: rgb(52,153,77); }

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

border-color css

<style>
 span { border-color: #34994D; }

 span { border-color: rgb(52,153,77); }

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