Html Css Color HEX #366011 Dell

📋 copy color: '#366011'

red 54 ◦ green 96 ◦ blue 17

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

Shades of Dell #366011

Tints of Dell #366011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.18%

R = 32.34%
G = 57.49%
B = 10.18%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#366011 (or 0x366011) is known color: Dell. HEX triplet: 36, 60 and 11. RGB value is (54,96,17). Sum of RGB (Red+Green+Blue) = 54+96+17=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #366011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366011 is #C99FEE. Grayscale: #4A4A4A. Windows color (decimal): -13213679 or 1138742. OLE color: 1138742.

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

Color convert

RGB 54 96 17 -
CMYK 0.44 0 0.82 0.62
HSL 91.9º 0.7% 0.22% -
HSV(B) 91.9º 0.82% 0.38% -
XYZ 5.81 9.19 2 -
YUV 74.44 95.59 113.42 -
System Red Green Blue C M Y K H S L
Decimal 54 96 17 0.44 0 0.82 0.62 91.9 0.7 0.22
Hex 36 60 11 2C 0 52 3E 5C 46 16
Octal 66 140 21 54 0 122 76 134 106 26
Binary 110110 1100000 10001 101100 0 1010010 111110 1011100 1000110 10110

Color Harmonies of #366011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366011

Black with #366011

Text Example


Text Example

White with #366011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366011; }

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

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

background-color css

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

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

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

border-color css

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

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

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