Html Css Color HEX #345834 Parsley

📋 copy color: '#345834'

red 52 ◦ green 88 ◦ blue 52

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

Shades of Parsley #345834

Tints of Parsley #345834

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.83%

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

R = 27.08%
G = 45.83%
B = 27.08%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#345834 (or 0x345834) is known color: Parsley. HEX triplet: 34, 58 and 34. RGB value is (52,88,52). Sum of RGB (Red+Green+Blue) = 52+88+52=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #345834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345834 is #CBA7CB. Grayscale: #494949. Windows color (decimal): -13346764 or 3430452. OLE color: 3430452.

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

Color convert

RGB 52 88 52 -
CMYK 0.41 0 0.41 0.65
HSL 120º 0.26% 0.27% -
HSV(B) 120º 0.41% 0.35% -
XYZ 5.53 7.96 4.49 -
YUV 73.13 116.07 112.93 -
System Red Green Blue C M Y K H S L
Decimal 52 88 52 0.41 0 0.41 0.65 120 0.26 0.27
Hex 34 58 34 29 0 29 41 78 1A 1B
Octal 64 130 64 51 0 51 101 170 32 33
Binary 110100 1011000 110100 101001 0 101001 1000001 1111000 11010 11011

Color Harmonies of #345834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345834

Black with #345834

Text Example


Text Example

White with #345834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345834; }

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

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

background-color css

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

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

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

border-color css

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

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

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