Html Css Color HEX #336116 Dell

📋 copy color: '#336116'

red 51 ◦ green 97 ◦ blue 22

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

Shades of Dell #336116

Tints of Dell #336116

RGB

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

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

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

R = 30%
G = 57.06%
B = 12.94%

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

#336116 (or 0x336116) is known color: Dell. HEX triplet: 33, 61 and 16. RGB value is (51,97,22). Sum of RGB (Red+Green+Blue) = 51+97+22=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #336116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336116 is #CC9EE9. Grayscale: #4A4A4A. Windows color (decimal): -13410026 or 1466675. OLE color: 1466675.

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

Color convert

RGB 51 97 22 -
CMYK 0.47 0 0.77 0.62
HSL 96.8º 0.63% 0.23% -
HSV(B) 96.8º 0.77% 0.38% -
XYZ 5.78 9.31 2.25 -
YUV 74.7 98.26 111.1 -
System Red Green Blue C M Y K H S L
Decimal 51 97 22 0.47 0 0.77 0.62 96.8 0.63 0.23
Hex 33 61 16 2F 0 4D 3E 61 3F 17
Octal 63 141 26 57 0 115 76 141 77 27
Binary 110011 1100001 10110 101111 0 1001101 111110 1100001 111111 10111

Color Harmonies of #336116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336116

Black with #336116

Text Example


Text Example

White with #336116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336116; }

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

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

background-color css

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

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

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

border-color css

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

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

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