Html Css Color HEX #336011 Dell

📋 copy color: '#336011'

red 51 ◦ green 96 ◦ blue 17

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

Shades of Dell #336011

Tints of Dell #336011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.37%

R = 31.1%
G = 58.54%
B = 10.37%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#336011 (or 0x336011) is known color: Dell. HEX triplet: 33, 60 and 11. RGB value is (51,96,17). Sum of RGB (Red+Green+Blue) = 51+96+17=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #336011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336011 is #CC9FEE. Grayscale: #494949. Windows color (decimal): -13410287 or 1138739. OLE color: 1138739.

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

Color convert

RGB 51 96 17 -
CMYK 0.47 0 0.82 0.62
HSL 94.18º 0.7% 0.22% -
HSV(B) 94.18º 0.82% 0.38% -
XYZ 5.65 9.11 1.99 -
YUV 73.54 96.09 111.92 -
System Red Green Blue C M Y K H S L
Decimal 51 96 17 0.47 0 0.82 0.62 94.18 0.7 0.22
Hex 33 60 11 2F 0 52 3E 5E 46 16
Octal 63 140 21 57 0 122 76 136 106 26
Binary 110011 1100000 10001 101111 0 1010010 111110 1011110 1000110 10110

Color Harmonies of #336011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336011

Black with #336011

Text Example


Text Example

White with #336011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336011; }

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

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

background-color css

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

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

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

border-color css

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

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

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