Html Css Color HEX #366215 Dell

📋 copy color: '#366215'

red 54 ◦ green 98 ◦ blue 21

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

Shades of Dell #366215

Tints of Dell #366215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.65%

 BLUE value IS 21 (8.59% from 255) = 12.14%

R = 31.21%
G = 56.65%
B = 12.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#366215 (or 0x366215) is known color: Dell. HEX triplet: 36, 62 and 15. RGB value is (54,98,21). Sum of RGB (Red+Green+Blue) = 54+98+21=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #366215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366215 is #C99DEA. Grayscale: #4C4C4C. Windows color (decimal): -13213163 or 1401398. OLE color: 1401398.

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

Color convert

RGB 54 98 21 -
CMYK 0.45 0 0.79 0.62
HSL 94.29º 0.65% 0.23% -
HSV(B) 94.29º 0.79% 0.38% -
XYZ 6.02 9.57 2.24 -
YUV 76.07 96.92 112.26 -
System Red Green Blue C M Y K H S L
Decimal 54 98 21 0.45 0 0.79 0.62 94.29 0.65 0.23
Hex 36 62 15 2D 0 4F 3E 5E 41 17
Octal 66 142 25 55 0 117 76 136 101 27
Binary 110110 1100010 10101 101101 0 1001111 111110 1011110 1000001 10111

Color Harmonies of #366215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366215

Black with #366215

Text Example


Text Example

White with #366215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366215; }

 p { color: rgb(54,98,21); }

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

background-color css

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

 a { background-color: rgb(54,98,21); }

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

border-color css

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

 span { border-color: rgb(54,98,21); }

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