Html Css Color HEX #336013 Dell

📋 copy color: '#336013'

red 51 ◦ green 96 ◦ blue 19

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

Shades of Dell #336013

Tints of Dell #336013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.83%

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

R = 30.72%
G = 57.83%
B = 11.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#336013 (or 0x336013) is known color: Dell. HEX triplet: 33, 60 and 13. RGB value is (51,96,19). Sum of RGB (Red+Green+Blue) = 51+96+19=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #336013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336013 is #CC9FEC. Grayscale: #4A4A4A. Windows color (decimal): -13410285 or 1269811. OLE color: 1269811.

HSL color Cylindrical-coordinate representation of color #336013: hue angle of 95.06º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #336013 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 96 19 -
CMYK 0.47 0 0.80 0.62
HSL 95.06º 0.67% 0.23% -
HSV(B) 95.06º 0.8% 0.38% -
XYZ 5.67 9.12 2.08 -
YUV 73.77 97.09 111.76 -
System Red Green Blue C M Y K H S L
Decimal 51 96 19 0.47 0 0.80 0.62 95.06 0.67 0.23
Hex 33 60 13 2F 0 50 3E 5F 43 17
Octal 63 140 23 57 0 120 76 137 103 27
Binary 110011 1100000 10011 101111 0 1010000 111110 1011111 1000011 10111

Color Harmonies of #336013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336013

Black with #336013

Text Example


Text Example

White with #336013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336013; }

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

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

background-color css

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

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

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

border-color css

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

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

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