Html Css Color HEX #345134 Parsley

📋 copy color: '#345134'

red 52 ◦ green 81 ◦ blue 52

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

Shades of Parsley #345134

Tints of Parsley #345134

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.78%

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

R = 28.11%
G = 43.78%
B = 28.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#345134 (or 0x345134) is known color: Parsley. HEX triplet: 34, 51 and 34. RGB value is (52,81,52). Sum of RGB (Red+Green+Blue) = 52+81+52=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #345134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345134 is #CBAECB. Grayscale: #454545. Windows color (decimal): -13348556 or 3428660. OLE color: 3428660.

HSL color Cylindrical-coordinate representation of color #345134: hue angle of 120º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #345134 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 81 52 -
CMYK 0.36 0 0.36 0.68
HSL 120º 0.22% 0.26% -
HSV(B) 120º 0.36% 0.32% -
XYZ 4.98 6.86 4.31 -
YUV 69.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 52 81 52 0.36 0 0.36 0.68 120 0.22 0.26
Hex 34 51 34 24 0 24 44 78 16 1A
Octal 64 121 64 44 0 44 104 170 26 32
Binary 110100 1010001 110100 100100 0 100100 1000100 1111000 10110 11010

Color Harmonies of #345134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345134

Black with #345134

Text Example


Text Example

White with #345134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345134; }

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

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

background-color css

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

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

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

border-color css

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

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

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