Html Css Color HEX #345533 Parsley

📋 copy color: '#345533'

red 52 ◦ green 85 ◦ blue 51

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

Shades of Parsley #345533

Tints of Parsley #345533

RGB

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

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

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

R = 27.66%
G = 45.21%
B = 27.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#345533 (or 0x345533) is known color: Parsley. HEX triplet: 34, 55 and 33. RGB value is (52,85,51). Sum of RGB (Red+Green+Blue) = 52+85+51=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #345533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345533 is #CBAACC. Grayscale: #474747. Windows color (decimal): -13347533 or 3364148. OLE color: 3364148.

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

Color convert

RGB 52 85 51 -
CMYK 0.39 0 0.40 0.67
HSL 118.24º 0.25% 0.27% -
HSV(B) 118.24º 0.4% 0.33% -
XYZ 5.26 7.47 4.3 -
YUV 71.26 116.57 114.26 -
System Red Green Blue C M Y K H S L
Decimal 52 85 51 0.39 0 0.40 0.67 118.24 0.25 0.27
Hex 34 55 33 27 0 28 43 76 19 1B
Octal 64 125 63 47 0 50 103 166 31 33
Binary 110100 1010101 110011 100111 0 101000 1000011 1110110 11001 11011

Color Harmonies of #345533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345533

Black with #345533

Text Example


Text Example

White with #345533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345533; }

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

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

background-color css

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

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

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

border-color css

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

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

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