Html Css Color HEX #345933 Parsley

📋 copy color: '#345933'

red 52 ◦ green 89 ◦ blue 51

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

Shades of Parsley #345933

Tints of Parsley #345933

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.35%

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

R = 27.08%
G = 46.35%
B = 26.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#345933 (or 0x345933) is known color: Parsley. HEX triplet: 34, 59 and 33. RGB value is (52,89,51). Sum of RGB (Red+Green+Blue) = 52+89+51=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #345933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345933 is #CBA6CC. Grayscale: #494949. Windows color (decimal): -13346509 or 3365172. OLE color: 3365172.

HSL color Cylindrical-coordinate representation of color #345933: hue angle of 118.42º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345933 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 89 51 -
CMYK 0.42 0 0.43 0.65
HSL 118.42º 0.27% 0.27% -
HSV(B) 118.42º 0.43% 0.35% -
XYZ 5.59 8.11 4.4 -
YUV 73.61 115.24 112.59 -
System Red Green Blue C M Y K H S L
Decimal 52 89 51 0.42 0 0.43 0.65 118.42 0.27 0.27
Hex 34 59 33 2A 0 2B 41 76 1B 1B
Octal 64 131 63 52 0 53 101 166 33 33
Binary 110100 1011001 110011 101010 0 101011 1000001 1110110 11011 11011

Color Harmonies of #345933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345933

Black with #345933

Text Example


Text Example

White with #345933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345933; }

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

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

background-color css

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

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

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

border-color css

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

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

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