Html Css Color HEX #336215 Dell

📋 copy color: '#336215'

red 51 ◦ green 98 ◦ blue 21

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

Shades of Dell #336215

Tints of Dell #336215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 57.65%

 BLUE value IS 21 (8.59% from 255) = 12.35%

R = 30%
G = 57.65%
B = 12.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#336215 (or 0x336215) is known color: Dell. HEX triplet: 33, 62 and 15. RGB value is (51,98,21). Sum of RGB (Red+Green+Blue) = 51+98+21=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #336215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336215 is #CC9DEA. Grayscale: #4B4B4B. Windows color (decimal): -13409771 or 1401395. OLE color: 1401395.

HSL color Cylindrical-coordinate representation of color #336215: hue angle of 96.62º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #336215 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 98 21 -
CMYK 0.48 0 0.79 0.62
HSL 96.62º 0.65% 0.23% -
HSV(B) 96.62º 0.79% 0.38% -
XYZ 5.87 9.49 2.23 -
YUV 75.17 97.43 110.76 -
System Red Green Blue C M Y K H S L
Decimal 51 98 21 0.48 0 0.79 0.62 96.62 0.65 0.23
Hex 33 62 15 30 0 4F 3E 61 41 17
Octal 63 142 25 60 0 117 76 141 101 27
Binary 110011 1100010 10101 110000 0 1001111 111110 1100001 1000001 10111

Color Harmonies of #336215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336215

Black with #336215

Text Example


Text Example

White with #336215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336215; }

 p { color: rgb(51,98,21); }

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

background-color css

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

 a { background-color: rgb(51,98,21); }

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

border-color css

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

 span { border-color: rgb(51,98,21); }

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