Html Css Color HEX #345337 Parsley

📋 copy color: '#345337'

red 52 ◦ green 83 ◦ blue 55

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

Shades of Parsley #345337

Tints of Parsley #345337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 28.95%

R = 27.37%
G = 43.68%
B = 28.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#345337 (or 0x345337) is known color: Parsley. HEX triplet: 34, 53 and 37. RGB value is (52,83,55). Sum of RGB (Red+Green+Blue) = 52+83+55=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #345337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345337 is #CBACC8. Grayscale: #464646. Windows color (decimal): -13348041 or 3625780. OLE color: 3625780.

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

Color convert

RGB 52 83 55 -
CMYK 0.37 0 0.34 0.67
HSL 125.81º 0.23% 0.26% -
HSV(B) 125.81º 0.37% 0.33% -
XYZ 5.2 7.19 4.73 -
YUV 70.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 52 83 55 0.37 0 0.34 0.67 125.81 0.23 0.26
Hex 34 53 37 25 0 22 43 7E 17 1A
Octal 64 123 67 45 0 42 103 176 27 32
Binary 110100 1010011 110111 100101 0 100010 1000011 1111110 10111 11010

Color Harmonies of #345337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345337

Black with #345337

Text Example


Text Example

White with #345337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345337; }

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

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

background-color css

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

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

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

border-color css

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

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

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