Html Css Color HEX #366113 Dell

📋 copy color: '#366113'

red 54 ◦ green 97 ◦ blue 19

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

Shades of Dell #366113

Tints of Dell #366113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.18%

R = 31.76%
G = 57.06%
B = 11.18%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#366113 (or 0x366113) is known color: Dell. HEX triplet: 36, 61 and 13. RGB value is (54,97,19). Sum of RGB (Red+Green+Blue) = 54+97+19=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #366113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366113 is #C99EEC. Grayscale: #4B4B4B. Windows color (decimal): -13213421 or 1270070. OLE color: 1270070.

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

Color convert

RGB 54 97 19 -
CMYK 0.44 0 0.80 0.62
HSL 93.08º 0.67% 0.23% -
HSV(B) 93.08º 0.8% 0.38% -
XYZ 5.91 9.38 2.12 -
YUV 75.25 96.25 112.84 -
System Red Green Blue C M Y K H S L
Decimal 54 97 19 0.44 0 0.80 0.62 93.08 0.67 0.23
Hex 36 61 13 2C 0 50 3E 5D 43 17
Octal 66 141 23 54 0 120 76 135 103 27
Binary 110110 1100001 10011 101100 0 1010000 111110 1011101 1000011 10111

Color Harmonies of #366113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366113

Black with #366113

Text Example


Text Example

White with #366113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366113; }

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

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

background-color css

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

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

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

border-color css

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

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

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