Html Css Color HEX #336211 Dell

📋 copy color: '#336211'

red 51 ◦ green 98 ◦ blue 17

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

Shades of Dell #336211

Tints of Dell #336211

RGB

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

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

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

R = 30.72%
G = 59.04%
B = 10.24%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#336211 (or 0x336211) is known color: Dell. HEX triplet: 33, 62 and 11. RGB value is (51,98,17). Sum of RGB (Red+Green+Blue) = 51+98+17=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #336211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336211 is #CC9DEE. Grayscale: #4A4A4A. Windows color (decimal): -13409775 or 1139251. OLE color: 1139251.

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

Color convert

RGB 51 98 17 -
CMYK 0.48 0 0.83 0.62
HSL 94.81º 0.7% 0.23% -
HSV(B) 94.81º 0.83% 0.38% -
XYZ 5.83 9.48 2.05 -
YUV 74.71 95.43 111.09 -
System Red Green Blue C M Y K H S L
Decimal 51 98 17 0.48 0 0.83 0.62 94.81 0.7 0.23
Hex 33 62 11 30 0 53 3E 5F 46 17
Octal 63 142 21 60 0 123 76 137 106 27
Binary 110011 1100010 10001 110000 0 1010011 111110 1011111 1000110 10111

Color Harmonies of #336211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336211

Black with #336211

Text Example


Text Example

White with #336211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336211; }

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

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

background-color css

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

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

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

border-color css

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

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

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