Html Css Color HEX #366116 Dell

📋 copy color: '#366116'

red 54 ◦ green 97 ◦ blue 22

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

Shades of Dell #366116

Tints of Dell #366116

RGB

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

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

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

R = 31.21%
G = 56.07%
B = 12.72%

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

#366116 (or 0x366116) is known color: Dell. HEX triplet: 36, 61 and 16. RGB value is (54,97,22). Sum of RGB (Red+Green+Blue) = 54+97+22=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #366116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366116 is #C99EE9. Grayscale: #4B4B4B. Windows color (decimal): -13213418 or 1466678. OLE color: 1466678.

HSL color Cylindrical-coordinate representation of color #366116: hue angle of 94.4º 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 #366116 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 97 22 -
CMYK 0.44 0 0.77 0.62
HSL 94.4º 0.63% 0.23% -
HSV(B) 94.4º 0.77% 0.38% -
XYZ 5.94 9.39 2.26 -
YUV 75.59 97.75 112.6 -
System Red Green Blue C M Y K H S L
Decimal 54 97 22 0.44 0 0.77 0.62 94.4 0.63 0.23
Hex 36 61 16 2C 0 4D 3E 5E 3F 17
Octal 66 141 26 54 0 115 76 136 77 27
Binary 110110 1100001 10110 101100 0 1001101 111110 1011110 111111 10111

Color Harmonies of #366116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366116

Black with #366116

Text Example


Text Example

White with #366116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366116; }

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

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

background-color css

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

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

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

border-color css

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

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

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