Html Css Color HEX #34944C Chateau Green

📋 copy color: '#34944C'

red 52 ◦ green 148 ◦ blue 76

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

Shades of Chateau Green #34944C

Tints of Chateau Green #34944C

RGB

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

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

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

R = 18.84%
G = 53.62%
B = 27.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#34944C (or 0x34944C) is known color: Chateau Green. HEX triplet: 34, 94 and 4C. RGB value is (52,148,76). Sum of RGB (Red+Green+Blue) = 52+148+76=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #34944C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34944C is #CB6BB3. Grayscale: #6F6F6F. Windows color (decimal): -13331380 or 5018676. OLE color: 5018676.

HSL color Cylindrical-coordinate representation of color #34944C: hue angle of 135º 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 #34944C is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 148 76 -
CMYK 0.65 0 0.49 0.42
HSL 135º 0.48% 0.39% -
HSV(B) 135º 0.65% 0.58% -
XYZ 13.31 22.43 10.47 -
YUV 111.09 108.2 85.85 -
System Red Green Blue C M Y K H S L
Decimal 52 148 76 0.65 0 0.49 0.42 135 0.48 0.39
Hex 34 94 4C 41 0 31 2A 87 30 27
Octal 64 224 114 101 0 61 52 207 60 47
Binary 110100 10010100 1001100 1000001 0 110001 101010 10000111 110000 100111

Color Harmonies of #34944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34944C

Black with #34944C

Text Example


Text Example

White with #34944C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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