Html Css Color HEX #345F32 Parsley

📋 copy color: '#345F32'

red 52 ◦ green 95 ◦ blue 50

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

Shades of Parsley #345F32

Tints of Parsley #345F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 48.22%

 BLUE value IS 50 (19.92% from 255) = 25.38%

R = 26.4%
G = 48.22%
B = 25.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#345F32 (or 0x345F32) is known color: Parsley. HEX triplet: 34, 5F and 32. RGB value is (52,95,50). Sum of RGB (Red+Green+Blue) = 52+95+50=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #345F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345F32 is #CBA0CD. Grayscale: #4D4D4D. Windows color (decimal): -13344974 or 3301172. OLE color: 3301172.

HSL color Cylindrical-coordinate representation of color #345F32: hue angle of 117.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #345F32 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 52 95 50 -
CMYK 0.45 0 0.47 0.63
HSL 117.33º 0.31% 0.28% -
HSV(B) 117.33º 0.47% 0.37% -
XYZ 6.08 9.14 4.46 -
YUV 77.01 112.75 110.16 -
System Red Green Blue C M Y K H S L
Decimal 52 95 50 0.45 0 0.47 0.63 117.33 0.31 0.28
Hex 34 5F 32 2D 0 2F 3F 75 1F 1C
Octal 64 137 62 55 0 57 77 165 37 34
Binary 110100 1011111 110010 101101 0 101111 111111 1110101 11111 11100

Color Harmonies of #345F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F32

Black with #345F32

Text Example


Text Example

White with #345F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345F32; }

 p { color: rgb(52,95,50); }

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

background-color css

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

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

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

border-color css

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

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

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