#336130

Color #336130 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #336130

Tints of Parsley #336130

Color information

#336130 (or 0x336130) is unknown color: approx Parsley. HEX triplet: 33, 61 and 30. RGB value is (51,97,48). Sum of RGB (Red+Green+Blue) = 51+97+48=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #336130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336130 is #CC9ECF. Grayscale: #4D4D4D. Windows color (decimal): -13410000 or 3170611. OLE color: 3170611.

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

Color convert

RGB519748-
CMYK0.4700.510.62
HSL116.33º33.79%28.43%-
HSV(B)116.33º50.52%38.04%-
XYZ6.179.474.3-
YUV77.66111.26108.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 97 (38.28% from 255) = 49.49%
BLUE value IS 48 (19.14% from 255) = 24.49%
R=26.02%
G=49.49%
B=24.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5197480.4700.510.62116.3333.7928.43
Hex3361302F0333E74221c
Octal631416057063761644234
Binary11001111000011100001011110110011111110111010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336130; }

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

 H1.HeaderClassName
 {
   color: #336130;
 }
 .AnyTagClassName
 {
   color: #336130;
 }
</style>
background-color css

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

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

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

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

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

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