Html Css Color HEX #366711 Dell

📋 copy color: '#366711'

red 54 ◦ green 103 ◦ blue 17

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

Shades of Dell #366711

Tints of Dell #366711

RGB

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

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

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

R = 31.03%
G = 59.2%
B = 9.77%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#366711 (or 0x366711) is known color: Dell. HEX triplet: 36, 67 and 11. RGB value is (54,103,17). Sum of RGB (Red+Green+Blue) = 54+103+17=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 103 (40.62% from 255 or 59.20% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 103 - color contains mainly: green. Hex color #366711 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366711 is #C998EE. Grayscale: #4E4E4E. Windows color (decimal): -13211887 or 1140534. OLE color: 1140534.

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

Color convert

RGB 54 103 17 -
CMYK 0.48 0 0.83 0.60
HSL 94.19º 0.72% 0.24% -
HSV(B) 94.19º 0.83% 0.4% -
XYZ 6.47 10.53 2.22 -
YUV 78.55 93.27 110.49 -
System Red Green Blue C M Y K H S L
Decimal 54 103 17 0.48 0 0.83 0.60 94.19 0.72 0.24
Hex 36 67 11 30 0 53 3C 5E 48 18
Octal 66 147 21 60 0 123 74 136 110 30
Binary 110110 1100111 10001 110000 0 1010011 111100 1011110 1001000 11000

Color Harmonies of #366711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366711

Black with #366711

Text Example


Text Example

White with #366711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366711; }

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

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

background-color css

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

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

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

border-color css

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

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

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