Html Css Color HEX #346034 Parsley

📋 copy color: '#346034'

red 52 ◦ green 96 ◦ blue 52

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

Shades of Parsley #346034

Tints of Parsley #346034

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48%

 BLUE value IS 52 (20.7% from 255) = 26%

R = 26%
G = 48%
B = 26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#346034 (or 0x346034) is known color: Parsley. HEX triplet: 34, 60 and 34. RGB value is (52,96,52). Sum of RGB (Red+Green+Blue) = 52+96+52=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #346034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346034 is #CB9FCB. Grayscale: #4D4D4D. Windows color (decimal): -13344716 or 3432500. OLE color: 3432500.

HSL color Cylindrical-coordinate representation of color #346034: hue angle of 120º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #346034 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 96 52 -
CMYK 0.46 0 0.46 0.62
HSL 120º 0.3% 0.29% -
HSV(B) 120º 0.46% 0.38% -
XYZ 6.22 9.34 4.72 -
YUV 77.83 113.42 109.58 -
System Red Green Blue C M Y K H S L
Decimal 52 96 52 0.46 0 0.46 0.62 120 0.3 0.29
Hex 34 60 34 2E 0 2E 3E 78 1E 1D
Octal 64 140 64 56 0 56 76 170 36 35
Binary 110100 1100000 110100 101110 0 101110 111110 1111000 11110 11101

Color Harmonies of #346034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346034

Black with #346034

Text Example


Text Example

White with #346034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346034; }

 p { color: rgb(52,96,52); }

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

background-color css

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

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

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

border-color css

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

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

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