Html Css Color HEX #345F33 Parsley

📋 copy color: '#345F33'

red 52 ◦ green 95 ◦ blue 51

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

Shades of Parsley #345F33

Tints of Parsley #345F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.76%

R = 26.26%
G = 47.98%
B = 25.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.46

 K value IS 0.63

RGB Variations

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

Color information

#345F33 (or 0x345F33) is known color: Parsley. HEX triplet: 34, 5F and 33. RGB value is (52,95,51). Sum of RGB (Red+Green+Blue) = 52+95+51=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 95 (37.5% from 255 or 47.98% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 95 - color contains mainly: green. Hex color #345F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345F33 is #CBA0CC. Grayscale: #4D4D4D. Windows color (decimal): -13344973 or 3366708. OLE color: 3366708.

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

Color convert

RGB 52 95 51 -
CMYK 0.45 0 0.46 0.63
HSL 118.64º 0.3% 0.29% -
HSV(B) 118.64º 0.46% 0.37% -
XYZ 6.11 9.15 4.58 -
YUV 77.13 113.25 110.08 -
System Red Green Blue C M Y K H S L
Decimal 52 95 51 0.45 0 0.46 0.63 118.64 0.3 0.29
Hex 34 5F 33 2D 0 2E 3F 77 1E 1D
Octal 64 137 63 55 0 56 77 167 36 35
Binary 110100 1011111 110011 101101 0 101110 111111 1110111 11110 11101

Color Harmonies of #345F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F33

Black with #345F33

Text Example


Text Example

White with #345F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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