Html Css Color HEX #366112 Dell

📋 copy color: '#366112'

red 54 ◦ green 97 ◦ blue 18

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

Shades of Dell #366112

Tints of Dell #366112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.65%

R = 31.95%
G = 57.4%
B = 10.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#366112 (or 0x366112) is known color: Dell. HEX triplet: 36, 61 and 12. RGB value is (54,97,18). Sum of RGB (Red+Green+Blue) = 54+97+18=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #366112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366112 is #C99EED. Grayscale: #4B4B4B. Windows color (decimal): -13213422 or 1204534. OLE color: 1204534.

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

Color convert

RGB 54 97 18 -
CMYK 0.44 0 0.81 0.62
HSL 92.66º 0.69% 0.23% -
HSV(B) 92.66º 0.81% 0.38% -
XYZ 5.91 9.38 2.07 -
YUV 75.14 95.75 112.92 -
System Red Green Blue C M Y K H S L
Decimal 54 97 18 0.44 0 0.81 0.62 92.66 0.69 0.23
Hex 36 61 12 2C 0 51 3E 5D 45 17
Octal 66 141 22 54 0 121 76 135 105 27
Binary 110110 1100001 10010 101100 0 1010001 111110 1011101 1000101 10111

Color Harmonies of #366112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366112

Black with #366112

Text Example


Text Example

White with #366112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366112; }

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

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

background-color css

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

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

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

border-color css

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

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

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