Html Css Color HEX #336132 Parsley

📋 copy color: '#336132'

red 51 ◦ green 97 ◦ blue 50

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

Shades of Parsley #336132

Tints of Parsley #336132

RGB

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

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

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

R = 25.76%
G = 48.99%
B = 25.25%

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

#336132 (or 0x336132) is known color: Parsley. HEX triplet: 33, 61 and 32. RGB value is (51,97,50). Sum of RGB (Red+Green+Blue) = 51+97+50=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #336132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336132 is #CC9ECD. Grayscale: #4E4E4E. Windows color (decimal): -13409998 or 3301683. OLE color: 3301683.

HSL color Cylindrical-coordinate representation of color #336132: hue angle of 118.72º 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 #336132 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 97 50 -
CMYK 0.47 0 0.48 0.62
HSL 118.72º 0.32% 0.29% -
HSV(B) 118.72º 0.48% 0.38% -
XYZ 6.22 9.48 4.52 -
YUV 77.89 112.26 108.82 -
System Red Green Blue C M Y K H S L
Decimal 51 97 50 0.47 0 0.48 0.62 118.72 0.32 0.29
Hex 33 61 32 2F 0 30 3E 77 20 1D
Octal 63 141 62 57 0 60 76 167 40 35
Binary 110011 1100001 110010 101111 0 110000 111110 1110111 100000 11101

Color Harmonies of #336132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336132

Black with #336132

Text Example


Text Example

White with #336132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336132; }

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

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

background-color css

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

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

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

border-color css

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

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

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