Html Css Color HEX #345536 Parsley

📋 copy color: '#345536'

red 52 ◦ green 85 ◦ blue 54

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

Shades of Parsley #345536

Tints of Parsley #345536

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.5%

 BLUE value IS 54 (21.48% from 255) = 28.27%

R = 27.23%
G = 44.5%
B = 28.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#345536 (or 0x345536) is known color: Parsley. HEX triplet: 34, 55 and 36. RGB value is (52,85,54). Sum of RGB (Red+Green+Blue) = 52+85+54=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #345536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345536 is #CBAAC9. Grayscale: #474747. Windows color (decimal): -13347530 or 3560756. OLE color: 3560756.

HSL color Cylindrical-coordinate representation of color #345536: hue angle of 123.64º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #345536 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 85 54 -
CMYK 0.39 0 0.36 0.67
HSL 123.64º 0.24% 0.27% -
HSV(B) 123.64º 0.39% 0.33% -
XYZ 5.33 7.49 4.66 -
YUV 71.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 52 85 54 0.39 0 0.36 0.67 123.64 0.24 0.27
Hex 34 55 36 27 0 24 43 7C 18 1B
Octal 64 125 66 47 0 44 103 174 30 33
Binary 110100 1010101 110110 100111 0 100100 1000011 1111100 11000 11011

Color Harmonies of #345536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345536

Black with #345536

Text Example


Text Example

White with #345536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345536; }

 p { color: rgb(52,85,54); }

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

background-color css

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

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

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

border-color css

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

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

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