Html Css Color HEX #34984C Chateau Green

📋 copy color: '#34984C'

red 52 ◦ green 152 ◦ blue 76

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

Shades of Chateau Green #34984C

Tints of Chateau Green #34984C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.29%

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

R = 18.57%
G = 54.29%
B = 27.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#34984C (or 0x34984C) is known color: Chateau Green. HEX triplet: 34, 98 and 4C. RGB value is (52,152,76). Sum of RGB (Red+Green+Blue) = 52+152+76=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #34984C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34984C is #CB67B3. Grayscale: #717171. Windows color (decimal): -13330356 or 5019700. OLE color: 5019700.

HSL color Cylindrical-coordinate representation of color #34984C: hue angle of 134.4º 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 #34984C is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 152 76 -
CMYK 0.66 0 0.50 0.40
HSL 134.4º 0.49% 0.4% -
HSV(B) 134.4º 0.66% 0.6% -
XYZ 13.95 23.71 10.68 -
YUV 113.44 106.87 84.18 -
System Red Green Blue C M Y K H S L
Decimal 52 152 76 0.66 0 0.50 0.40 134.4 0.49 0.4
Hex 34 98 4C 42 0 32 28 86 31 28
Octal 64 230 114 102 0 62 50 206 61 50
Binary 110100 10011000 1001100 1000010 0 110010 101000 10000110 110001 101000

Color Harmonies of #34984C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34984C

Black with #34984C

Text Example


Text Example

White with #34984C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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