Html Css Color HEX #34944A Chateau Green

📋 copy color: '#34944A'

red 52 ◦ green 148 ◦ blue 74

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

Shades of Chateau Green #34944A

Tints of Chateau Green #34944A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.01%

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

R = 18.98%
G = 54.01%
B = 27.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#34944A (or 0x34944A) is known color: Chateau Green. HEX triplet: 34, 94 and 4A. RGB value is (52,148,74). Sum of RGB (Red+Green+Blue) = 52+148+74=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #34944A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34944A is #CB6BB5. Grayscale: #6F6F6F. Windows color (decimal): -13331382 or 4887604. OLE color: 4887604.

HSL color Cylindrical-coordinate representation of color #34944A: hue angle of 133.75º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34944A is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 148 74 -
CMYK 0.65 0 0.50 0.42
HSL 133.75º 0.48% 0.39% -
HSV(B) 133.75º 0.65% 0.58% -
XYZ 13.24 22.4 10.11 -
YUV 110.86 107.2 86.02 -
System Red Green Blue C M Y K H S L
Decimal 52 148 74 0.65 0 0.50 0.42 133.75 0.48 0.39
Hex 34 94 4A 41 0 32 2A 86 30 27
Octal 64 224 112 101 0 62 52 206 60 47
Binary 110100 10010100 1001010 1000001 0 110010 101010 10000110 110000 100111

Color Harmonies of #34944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34944A

Black with #34944A

Text Example


Text Example

White with #34944A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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