Html Css Color HEX #345332 Parsley

📋 copy color: '#345332'

red 52 ◦ green 83 ◦ blue 50

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

Shades of Parsley #345332

Tints of Parsley #345332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.86%

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

R = 28.11%
G = 44.86%
B = 27.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#345332 (or 0x345332) is known color: Parsley. HEX triplet: 34, 53 and 32. RGB value is (52,83,50). Sum of RGB (Red+Green+Blue) = 52+83+50=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #345332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345332 is #CBACCD. Grayscale: #464646. Windows color (decimal): -13348046 or 3298100. OLE color: 3298100.

HSL color Cylindrical-coordinate representation of color #345332: hue angle of 116.36º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345332 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 83 50 -
CMYK 0.37 0 0.40 0.67
HSL 116.36º 0.25% 0.26% -
HSV(B) 116.36º 0.4% 0.33% -
XYZ 5.09 7.15 4.13 -
YUV 69.97 116.73 115.18 -
System Red Green Blue C M Y K H S L
Decimal 52 83 50 0.37 0 0.40 0.67 116.36 0.25 0.26
Hex 34 53 32 25 0 28 43 74 19 1A
Octal 64 123 62 45 0 50 103 164 31 32
Binary 110100 1010011 110010 100101 0 101000 1000011 1110100 11001 11010

Color Harmonies of #345332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345332

Black with #345332

Text Example


Text Example

White with #345332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345332; }

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

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

background-color css

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

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

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

border-color css

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

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

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