Html Css Color HEX #366716 Dell

📋 copy color: '#366716'

red 54 ◦ green 103 ◦ blue 22

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

Shades of Dell #366716

Tints of Dell #366716

RGB

 RED value IS 54 (21.48% from 255) = 30.17%

 GREEN value IS 103 (40.63% from 255) = 57.54%

 BLUE value IS 22 (8.98% from 255) = 12.29%

R = 30.17%
G = 57.54%
B = 12.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#366716 (or 0x366716) is known color: Dell. HEX triplet: 36, 67 and 16. RGB value is (54,103,22). Sum of RGB (Red+Green+Blue) = 54+103+22=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 103 (40.62% from 255 or 57.54% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 103 - color contains mainly: green. Hex color #366716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366716 is #C998E9. Grayscale: #4F4F4F. Windows color (decimal): -13211882 or 1468214. OLE color: 1468214.

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

Color convert

RGB 54 103 22 -
CMYK 0.48 0 0.79 0.60
HSL 96.3º 0.65% 0.25% -
HSV(B) 96.3º 0.79% 0.4% -
XYZ 6.52 10.54 2.45 -
YUV 79.12 95.77 110.09 -
System Red Green Blue C M Y K H S L
Decimal 54 103 22 0.48 0 0.79 0.60 96.3 0.65 0.25
Hex 36 67 16 30 0 4F 3C 60 41 19
Octal 66 147 26 60 0 117 74 140 101 31
Binary 110110 1100111 10110 110000 0 1001111 111100 1100000 1000001 11001

Color Harmonies of #366716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366716

Black with #366716

Text Example


Text Example

White with #366716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366716; }

 p { color: rgb(54,103,22); }

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

background-color css

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

 a { background-color: rgb(54,103,22); }

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

border-color css

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

 span { border-color: rgb(54,103,22); }

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