Html Css Color HEX #336314 Dell

📋 copy color: '#336314'

red 51 ◦ green 99 ◦ blue 20

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

Shades of Dell #336314

Tints of Dell #336314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.76%

R = 30%
G = 58.24%
B = 11.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#336314 (or 0x336314) is known color: Dell. HEX triplet: 33, 63 and 14. RGB value is (51,99,20). Sum of RGB (Red+Green+Blue) = 51+99+20=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #336314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336314 is #CC9CEB. Grayscale: #4B4B4B. Windows color (decimal): -13409516 or 1336115. OLE color: 1336115.

HSL color Cylindrical-coordinate representation of color #336314: hue angle of 96.46º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #336314 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 99 20 -
CMYK 0.48 0 0.80 0.61
HSL 96.46º 0.66% 0.23% -
HSV(B) 96.46º 0.8% 0.39% -
XYZ 5.95 9.68 2.22 -
YUV 75.64 96.6 110.42 -
System Red Green Blue C M Y K H S L
Decimal 51 99 20 0.48 0 0.80 0.61 96.46 0.66 0.23
Hex 33 63 14 30 0 50 3D 60 42 17
Octal 63 143 24 60 0 120 75 140 102 27
Binary 110011 1100011 10100 110000 0 1010000 111101 1100000 1000010 10111

Color Harmonies of #336314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336314

Black with #336314

Text Example


Text Example

White with #336314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336314; }

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

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

background-color css

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

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

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

border-color css

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

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

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