Html Css Color HEX #366117 Dell

📋 copy color: '#366117'

red 54 ◦ green 97 ◦ blue 23

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

Shades of Dell #366117

Tints of Dell #366117

RGB

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

 GREEN value IS 97 (38.28% from 255) = 55.75%

 BLUE value IS 23 (9.38% from 255) = 13.22%

R = 31.03%
G = 55.75%
B = 13.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#366117 (or 0x366117) is known color: Dell. HEX triplet: 36, 61 and 17. RGB value is (54,97,23). Sum of RGB (Red+Green+Blue) = 54+97+23=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #366117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366117 is #C99EE8. Grayscale: #4B4B4B. Windows color (decimal): -13213417 or 1532214. OLE color: 1532214.

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

Color convert

RGB 54 97 23 -
CMYK 0.44 0 0.76 0.62
HSL 94.86º 0.62% 0.24% -
HSV(B) 94.86º 0.76% 0.38% -
XYZ 5.95 9.4 2.31 -
YUV 75.71 98.25 112.52 -
System Red Green Blue C M Y K H S L
Decimal 54 97 23 0.44 0 0.76 0.62 94.86 0.62 0.24
Hex 36 61 17 2C 0 4C 3E 5F 3E 18
Octal 66 141 27 54 0 114 76 137 76 30
Binary 110110 1100001 10111 101100 0 1001100 111110 1011111 111110 11000

Color Harmonies of #366117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366117

Black with #366117

Text Example


Text Example

White with #366117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366117; }

 p { color: rgb(54,97,23); }

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

background-color css

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

 a { background-color: rgb(54,97,23); }

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

border-color css

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

 span { border-color: rgb(54,97,23); }

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