Html Css Color HEX #336210 Dell

📋 copy color: '#336210'

red 51 ◦ green 98 ◦ blue 16

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

Shades of Dell #336210

Tints of Dell #336210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 59.39%

 BLUE value IS 16 (6.64% from 255) = 9.7%

R = 30.91%
G = 59.39%
B = 9.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#336210 (or 0x336210) is known color: Dell. HEX triplet: 33, 62 and 10. RGB value is (51,98,16). Sum of RGB (Red+Green+Blue) = 51+98+16=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #336210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336210 is #CC9DEF. Grayscale: #4A4A4A. Windows color (decimal): -13409776 or 1073715. OLE color: 1073715.

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

Color convert

RGB 51 98 16 -
CMYK 0.48 0 0.84 0.62
HSL 94.39º 0.72% 0.22% -
HSV(B) 94.39º 0.84% 0.38% -
XYZ 5.83 9.48 2.01 -
YUV 74.6 94.93 111.17 -
System Red Green Blue C M Y K H S L
Decimal 51 98 16 0.48 0 0.84 0.62 94.39 0.72 0.22
Hex 33 62 10 30 0 54 3E 5E 48 16
Octal 63 142 20 60 0 124 76 136 110 26
Binary 110011 1100010 10000 110000 0 1010100 111110 1011110 1001000 10110

Color Harmonies of #336210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336210

Black with #336210

Text Example


Text Example

White with #336210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336210; }

 p { color: rgb(51,98,16); }

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

background-color css

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

 a { background-color: rgb(51,98,16); }

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

border-color css

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

 span { border-color: rgb(51,98,16); }

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