Html Css Color HEX #336016 Dell

📋 copy color: '#336016'

red 51 ◦ green 96 ◦ blue 22

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

Shades of Dell #336016

Tints of Dell #336016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.02%

R = 30.18%
G = 56.8%
B = 13.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#336016 (or 0x336016) is known color: Dell. HEX triplet: 33, 60 and 16. RGB value is (51,96,22). Sum of RGB (Red+Green+Blue) = 51+96+22=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #336016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336016 is #CC9FE9. Grayscale: #4A4A4A. Windows color (decimal): -13410282 or 1466419. OLE color: 1466419.

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

Color convert

RGB 51 96 22 -
CMYK 0.47 0 0.77 0.62
HSL 96.49º 0.63% 0.23% -
HSV(B) 96.49º 0.77% 0.38% -
XYZ 5.69 9.13 2.22 -
YUV 74.11 98.59 111.52 -
System Red Green Blue C M Y K H S L
Decimal 51 96 22 0.47 0 0.77 0.62 96.49 0.63 0.23
Hex 33 60 16 2F 0 4D 3E 60 3F 17
Octal 63 140 26 57 0 115 76 140 77 27
Binary 110011 1100000 10110 101111 0 1001101 111110 1100000 111111 10111

Color Harmonies of #336016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336016

Black with #336016

Text Example


Text Example

White with #336016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336016; }

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

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

background-color css

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

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

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

border-color css

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

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

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