Html Css Color HEX #34AB46 Chateau Green

📋 copy color: '#34AB46'

red 52 ◦ green 171 ◦ blue 70

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

Shades of Chateau Green #34AB46

Tints of Chateau Green #34AB46

RGB

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

 GREEN value IS 171 (67.19% from 255) = 58.36%

 BLUE value IS 70 (27.73% from 255) = 23.89%

R = 17.75%
G = 58.36%
B = 23.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#34AB46 (or 0x34AB46) is known color: Chateau Green. HEX triplet: 34, AB and 46. RGB value is (52,171,70). Sum of RGB (Red+Green+Blue) = 52+171+70=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AB46 is #CB54B9. Grayscale: #7C7C7C. Windows color (decimal): -13325498 or 4631348. OLE color: 4631348.

HSL color Cylindrical-coordinate representation of color #34AB46: hue angle of 129.08º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AB46 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 171 70 -
CMYK 0.70 0 0.59 0.33
HSL 129.08º 0.53% 0.44% -
HSV(B) 129.08º 0.7% 0.67% -
XYZ 17.08 30.3 10.74 -
YUV 123.91 97.58 76.71 -
System Red Green Blue C M Y K H S L
Decimal 52 171 70 0.70 0 0.59 0.33 129.08 0.53 0.44
Hex 34 AB 46 46 0 3B 21 81 35 2C
Octal 64 253 106 106 0 73 41 201 65 54
Binary 110100 10101011 1000110 1000110 0 111011 100001 10000001 110101 101100

Color Harmonies of #34AB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AB46

Black with #34AB46

Text Example


Text Example

White with #34AB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,171,70); }

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

background-color css

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

 a { background-color: rgb(52,171,70); }

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

border-color css

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

 span { border-color: rgb(52,171,70); }

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