Html Css Color HEX #32612F Parsley

📋 copy color: '#32612F'

red 50 ◦ green 97 ◦ blue 47

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

Shades of Parsley #32612F

Tints of Parsley #32612F

RGB

 RED value IS 50 (19.92% from 255) = 25.77%

 GREEN value IS 97 (38.28% from 255) = 50%

 BLUE value IS 47 (18.75% from 255) = 24.23%

R = 25.77%
G = 50%
B = 24.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#32612F (or 0x32612F) is known color: Parsley. HEX triplet: 32, 61 and 2F. RGB value is (50,97,47). Sum of RGB (Red+Green+Blue) = 50+97+47=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #32612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32612F is #CD9ED0. Grayscale: #4D4D4D. Windows color (decimal): -13475537 or 3105074. OLE color: 3105074.

HSL color Cylindrical-coordinate representation of color #32612F: hue angle of 116.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #32612F is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 97 47 -
CMYK 0.48 0 0.52 0.62
HSL 116.4º 0.35% 0.28% -
HSV(B) 116.4º 0.52% 0.38% -
XYZ 6.1 9.43 4.19 -
YUV 77.25 110.93 108.57 -
System Red Green Blue C M Y K H S L
Decimal 50 97 47 0.48 0 0.52 0.62 116.4 0.35 0.28
Hex 32 61 2F 30 0 34 3E 74 23 1C
Octal 62 141 57 60 0 64 76 164 43 34
Binary 110010 1100001 101111 110000 0 110100 111110 1110100 100011 11100

Color Harmonies of #32612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32612F

Black with #32612F

Text Example


Text Example

White with #32612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32612F; }

 p { color: rgb(50,97,47); }

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

background-color css

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

 a { background-color: rgb(50,97,47); }

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

border-color css

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

 span { border-color: rgb(50,97,47); }

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