Html Css Color HEX #366013 Dell

📋 copy color: '#366013'

red 54 ◦ green 96 ◦ blue 19

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

Shades of Dell #366013

Tints of Dell #366013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 56.8%

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

R = 31.95%
G = 56.8%
B = 11.24%

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

#366013 (or 0x366013) is known color: Dell. HEX triplet: 36, 60 and 13. RGB value is (54,96,19). Sum of RGB (Red+Green+Blue) = 54+96+19=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #366013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366013 is #C99FEC. Grayscale: #4A4A4A. Windows color (decimal): -13213677 or 1269814. OLE color: 1269814.

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

Color convert

RGB 54 96 19 -
CMYK 0.44 0 0.80 0.62
HSL 92.73º 0.67% 0.23% -
HSV(B) 92.73º 0.8% 0.38% -
XYZ 5.82 9.2 2.08 -
YUV 74.66 96.59 113.26 -
System Red Green Blue C M Y K H S L
Decimal 54 96 19 0.44 0 0.80 0.62 92.73 0.67 0.23
Hex 36 60 13 2C 0 50 3E 5D 43 17
Octal 66 140 23 54 0 120 76 135 103 27
Binary 110110 1100000 10011 101100 0 1010000 111110 1011101 1000011 10111

Color Harmonies of #366013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366013

Black with #366013

Text Example


Text Example

White with #366013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366013; }

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

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

background-color css

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

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

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

border-color css

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

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

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