Html Css Color HEX #336413 Dell

📋 copy color: '#336413'

red 51 ◦ green 100 ◦ blue 19

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

Shades of Dell #336413

Tints of Dell #336413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 58.82%

 BLUE value IS 19 (7.81% from 255) = 11.18%

R = 30%
G = 58.82%
B = 11.18%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#336413 (or 0x336413) is known color: Dell. HEX triplet: 33, 64 and 13. RGB value is (51,100,19). Sum of RGB (Red+Green+Blue) = 51+100+19=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 100 (39.45% from 255 or 58.82% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 100 - color contains mainly: green. Hex color #336413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336413 is #CC9BEC. Grayscale: #4C4C4C. Windows color (decimal): -13409261 or 1270835. OLE color: 1270835.

HSL color Cylindrical-coordinate representation of color #336413: hue angle of 96.3º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #336413 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 100 19 -
CMYK 0.49 0 0.81 0.61
HSL 96.3º 0.68% 0.23% -
HSV(B) 96.3º 0.81% 0.39% -
XYZ 6.04 9.87 2.2 -
YUV 76.12 95.77 110.09 -
System Red Green Blue C M Y K H S L
Decimal 51 100 19 0.49 0 0.81 0.61 96.3 0.68 0.23
Hex 33 64 13 31 0 51 3D 60 44 17
Octal 63 144 23 61 0 121 75 140 104 27
Binary 110011 1100100 10011 110001 0 1010001 111101 1100000 1000100 10111

Color Harmonies of #336413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336413

Black with #336413

Text Example


Text Example

White with #336413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336413; }

 p { color: rgb(51,100,19); }

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

background-color css

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

 a { background-color: rgb(51,100,19); }

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

border-color css

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

 span { border-color: rgb(51,100,19); }

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