Html Css Color HEX #34974D Chateau Green

📋 copy color: '#34974D'

red 52 ◦ green 151 ◦ blue 77

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

Shades of Chateau Green #34974D

Tints of Chateau Green #34974D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.93%

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

R = 18.57%
G = 53.93%
B = 27.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#34974D (or 0x34974D) is known color: Chateau Green. HEX triplet: 34, 97 and 4D. RGB value is (52,151,77). Sum of RGB (Red+Green+Blue) = 52+151+77=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 151 (59.38% from 255 or 53.93% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 151 - color contains mainly: green. Hex color #34974D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34974D is #CB68B2. Grayscale: #717171. Windows color (decimal): -13330611 or 5084980. OLE color: 5084980.

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

Color convert

RGB 52 151 77 -
CMYK 0.66 0 0.49 0.41
HSL 135.15º 0.49% 0.4% -
HSV(B) 135.15º 0.66% 0.59% -
XYZ 13.82 23.4 10.81 -
YUV 112.96 107.7 84.52 -
System Red Green Blue C M Y K H S L
Decimal 52 151 77 0.66 0 0.49 0.41 135.15 0.49 0.4
Hex 34 97 4D 42 0 31 29 87 31 28
Octal 64 227 115 102 0 61 51 207 61 50
Binary 110100 10010111 1001101 1000010 0 110001 101001 10000111 110001 101000

Color Harmonies of #34974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34974D

Black with #34974D

Text Example


Text Example

White with #34974D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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