Html Css Color HEX #336032 Parsley

📋 copy color: '#336032'

red 51 ◦ green 96 ◦ blue 50

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

Shades of Parsley #336032

Tints of Parsley #336032

RGB

 RED value IS 51 (20.31% from 255) = 25.89%

 GREEN value IS 96 (37.89% from 255) = 48.73%

 BLUE value IS 50 (19.92% from 255) = 25.38%

R = 25.89%
G = 48.73%
B = 25.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#336032 (or 0x336032) is known color: Parsley. HEX triplet: 33, 60 and 32. RGB value is (51,96,50). Sum of RGB (Red+Green+Blue) = 51+96+50=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #336032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336032 is #CC9FCD. Grayscale: #4D4D4D. Windows color (decimal): -13410254 or 3301427. OLE color: 3301427.

HSL color Cylindrical-coordinate representation of color #336032: hue angle of 118.7º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #336032 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 96 50 -
CMYK 0.47 0 0.48 0.62
HSL 118.7º 0.32% 0.29% -
HSV(B) 118.7º 0.48% 0.38% -
XYZ 6.12 9.3 4.49 -
YUV 77.3 112.59 109.24 -
System Red Green Blue C M Y K H S L
Decimal 51 96 50 0.47 0 0.48 0.62 118.7 0.32 0.29
Hex 33 60 32 2F 0 30 3E 77 20 1D
Octal 63 140 62 57 0 60 76 167 40 35
Binary 110011 1100000 110010 101111 0 110000 111110 1110111 100000 11101

Color Harmonies of #336032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336032

Black with #336032

Text Example


Text Example

White with #336032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336032; }

 p { color: rgb(51,96,50); }

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

background-color css

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

 a { background-color: rgb(51,96,50); }

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

border-color css

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

 span { border-color: rgb(51,96,50); }

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