Html Css Color HEX #345434 Parsley

📋 copy color: '#345434'

red 52 ◦ green 84 ◦ blue 52

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

Shades of Parsley #345434

Tints of Parsley #345434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.68%

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

R = 27.66%
G = 44.68%
B = 27.66%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#345434 (or 0x345434) is known color: Parsley. HEX triplet: 34, 54 and 34. RGB value is (52,84,52). Sum of RGB (Red+Green+Blue) = 52+84+52=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #345434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345434 is #CBABCB. Grayscale: #464646. Windows color (decimal): -13347788 or 3429428. OLE color: 3429428.

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

Color convert

RGB 52 84 52 -
CMYK 0.38 0 0.38 0.67
HSL 120º 0.24% 0.27% -
HSV(B) 120º 0.38% 0.33% -
XYZ 5.21 7.32 4.39 -
YUV 70.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 52 84 52 0.38 0 0.38 0.67 120 0.24 0.27
Hex 34 54 34 26 0 26 43 78 18 1B
Octal 64 124 64 46 0 46 103 170 30 33
Binary 110100 1010100 110100 100110 0 100110 1000011 1111000 11000 11011

Color Harmonies of #345434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345434

Black with #345434

Text Example


Text Example

White with #345434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345434; }

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

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

background-color css

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

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

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

border-color css

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

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

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