Html Css Color HEX #34B84A Chateau Green

📋 copy color: '#34B84A'

red 52 ◦ green 184 ◦ blue 74

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

Shades of Chateau Green #34B84A

Tints of Chateau Green #34B84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 59.35%

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

R = 16.77%
G = 59.35%
B = 23.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#34B84A (or 0x34B84A) is known color: Chateau Green. HEX triplet: 34, B8 and 4A. RGB value is (52,184,74). Sum of RGB (Red+Green+Blue) = 52+184+74=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 184 (72.27% from 255 or 59.35% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 184 - color contains mainly: green. Hex color #34B84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B84A is #CB47B5. Grayscale: #848484. Windows color (decimal): -13322166 or 4896820. OLE color: 4896820.

HSL color Cylindrical-coordinate representation of color #34B84A: hue angle of 130º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B84A is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 184 74 -
CMYK 0.72 0 0.60 0.28
HSL 130º 0.56% 0.46% -
HSV(B) 130º 0.72% 0.72% -
XYZ 19.79 35.51 12.29 -
YUV 131.99 95.27 70.94 -
System Red Green Blue C M Y K H S L
Decimal 52 184 74 0.72 0 0.60 0.28 130 0.56 0.46
Hex 34 B8 4A 48 0 3C 1C 82 38 2E
Octal 64 270 112 110 0 74 34 202 70 56
Binary 110100 10111000 1001010 1001000 0 111100 11100 10000010 111000 101110

Color Harmonies of #34B84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B84A

Black with #34B84A

Text Example


Text Example

White with #34B84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34B84A; }

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

 H1.HeaderClassName
 {
   color: #34B84A;
 }
 .AnyTagClassName
 {
   color: #34B84A;
 }
</style>

background-color css

<style>
 a { background-color: #34B84A; }

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

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

border-color css

<style>
 span { border-color: #34B84A; }

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

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