Html Css Color HEX #366016 Dell

📋 copy color: '#366016'

red 54 ◦ green 96 ◦ blue 22

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

Shades of Dell #366016

Tints of Dell #366016

RGB

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

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

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

R = 31.4%
G = 55.81%
B = 12.79%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#366016 (or 0x366016) is known color: Dell. HEX triplet: 36, 60 and 16. RGB value is (54,96,22). Sum of RGB (Red+Green+Blue) = 54+96+22=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #366016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366016 is #C99FE9. Grayscale: #4B4B4B. Windows color (decimal): -13213674 or 1466422. OLE color: 1466422.

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

Color convert

RGB 54 96 22 -
CMYK 0.44 0 0.77 0.62
HSL 94.05º 0.63% 0.23% -
HSV(B) 94.05º 0.77% 0.38% -
XYZ 5.85 9.21 2.23 -
YUV 75.01 98.09 113.02 -
System Red Green Blue C M Y K H S L
Decimal 54 96 22 0.44 0 0.77 0.62 94.05 0.63 0.23
Hex 36 60 16 2C 0 4D 3E 5E 3F 17
Octal 66 140 26 54 0 115 76 136 77 27
Binary 110110 1100000 10110 101100 0 1001101 111110 1011110 111111 10111

Color Harmonies of #366016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366016

Black with #366016

Text Example


Text Example

White with #366016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366016; }

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

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

background-color css

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

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

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

border-color css

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

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

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