Html Css Color HEX #336111 Dell

📋 copy color: '#336111'

red 51 ◦ green 97 ◦ blue 17

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

Shades of Dell #336111

Tints of Dell #336111

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.79%

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

R = 30.91%
G = 58.79%
B = 10.3%

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

#336111 (or 0x336111) is known color: Dell. HEX triplet: 33, 61 and 11. RGB value is (51,97,17). Sum of RGB (Red+Green+Blue) = 51+97+17=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #336111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336111 is #CC9EEE. Grayscale: #4A4A4A. Windows color (decimal): -13410031 or 1138995. OLE color: 1138995.

HSL color Cylindrical-coordinate representation of color #336111: hue angle of 94.5º 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 #336111 is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 97 17 -
CMYK 0.47 0 0.82 0.62
HSL 94.5º 0.7% 0.22% -
HSV(B) 94.5º 0.82% 0.38% -
XYZ 5.74 9.29 2.02 -
YUV 74.13 95.76 111.5 -
System Red Green Blue C M Y K H S L
Decimal 51 97 17 0.47 0 0.82 0.62 94.5 0.7 0.22
Hex 33 61 11 2F 0 52 3E 5E 46 16
Octal 63 141 21 57 0 122 76 136 106 26
Binary 110011 1100001 10001 101111 0 1010010 111110 1011110 1000110 10110

Color Harmonies of #336111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336111

Black with #336111

Text Example


Text Example

White with #336111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336111; }

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

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

background-color css

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

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

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

border-color css

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

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

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