Html Css Color HEX #336315 Dell

📋 copy color: '#336315'

red 51 ◦ green 99 ◦ blue 21

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

Shades of Dell #336315

Tints of Dell #336315

RGB

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

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

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

R = 29.82%
G = 57.89%
B = 12.28%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#336315 (or 0x336315) is known color: Dell. HEX triplet: 33, 63 and 15. RGB value is (51,99,21). Sum of RGB (Red+Green+Blue) = 51+99+21=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #336315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336315 is #CC9CEA. Grayscale: #4C4C4C. Windows color (decimal): -13409515 or 1401651. OLE color: 1401651.

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

Color convert

RGB 51 99 21 -
CMYK 0.48 0 0.79 0.61
HSL 96.92º 0.65% 0.24% -
HSV(B) 96.92º 0.79% 0.39% -
XYZ 5.96 9.68 2.26 -
YUV 75.76 97.1 110.34 -
System Red Green Blue C M Y K H S L
Decimal 51 99 21 0.48 0 0.79 0.61 96.92 0.65 0.24
Hex 33 63 15 30 0 4F 3D 61 41 18
Octal 63 143 25 60 0 117 75 141 101 30
Binary 110011 1100011 10101 110000 0 1001111 111101 1100001 1000001 11000

Color Harmonies of #336315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336315

Black with #336315

Text Example


Text Example

White with #336315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336315; }

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

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

background-color css

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

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

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

border-color css

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

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

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