Html Css Color HEX #34974A Chateau Green

📋 copy color: '#34974A'

red 52 ◦ green 151 ◦ blue 74

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

Shades of Chateau Green #34974A

Tints of Chateau Green #34974A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.71%

R = 18.77%
G = 54.51%
B = 26.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#34974A (or 0x34974A) is known color: Chateau Green. HEX triplet: 34, 97 and 4A. RGB value is (52,151,74). Sum of RGB (Red+Green+Blue) = 52+151+74=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 151 (59.38% from 255 or 54.51% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 151 - color contains mainly: green. Hex color #34974A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34974A is #CB68B5. Grayscale: #707070. Windows color (decimal): -13330614 or 4888372. OLE color: 4888372.

HSL color Cylindrical-coordinate representation of color #34974A: hue angle of 133.33º 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 #34974A is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 151 74 -
CMYK 0.66 0 0.51 0.41
HSL 133.33º 0.49% 0.4% -
HSV(B) 133.33º 0.66% 0.59% -
XYZ 13.72 23.36 10.26 -
YUV 112.62 106.2 84.76 -
System Red Green Blue C M Y K H S L
Decimal 52 151 74 0.66 0 0.51 0.41 133.33 0.49 0.4
Hex 34 97 4A 42 0 33 29 85 31 28
Octal 64 227 112 102 0 63 51 205 61 50
Binary 110100 10010111 1001010 1000010 0 110011 101001 10000101 110001 101000

Color Harmonies of #34974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34974A

Black with #34974A

Text Example


Text Example

White with #34974A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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