Html Css Color HEX #336316 Dell

📋 copy color: '#336316'

red 51 ◦ green 99 ◦ blue 22

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

Shades of Dell #336316

Tints of Dell #336316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 57.56%

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

R = 29.65%
G = 57.56%
B = 12.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#336316 (or 0x336316) is known color: Dell. HEX triplet: 33, 63 and 16. RGB value is (51,99,22). Sum of RGB (Red+Green+Blue) = 51+99+22=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #336316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336316 is #CC9CE9. Grayscale: #4C4C4C. Windows color (decimal): -13409514 or 1467187. OLE color: 1467187.

HSL color Cylindrical-coordinate representation of color #336316: hue angle of 97.4º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #336316 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 99 22 -
CMYK 0.48 0 0.78 0.61
HSL 97.4º 0.64% 0.24% -
HSV(B) 97.4º 0.78% 0.39% -
XYZ 5.97 9.69 2.31 -
YUV 75.87 97.6 110.26 -
System Red Green Blue C M Y K H S L
Decimal 51 99 22 0.48 0 0.78 0.61 97.4 0.64 0.24
Hex 33 63 16 30 0 4E 3D 61 40 18
Octal 63 143 26 60 0 116 75 141 100 30
Binary 110011 1100011 10110 110000 0 1001110 111101 1100001 1000000 11000

Color Harmonies of #336316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336316

Black with #336316

Text Example


Text Example

White with #336316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336316; }

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

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

background-color css

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

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

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

border-color css

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

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

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