Html Css Color HEX #366310 Dell

📋 copy color: '#366310'

red 54 ◦ green 99 ◦ blue 16

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

Shades of Dell #366310

Tints of Dell #366310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 58.58%

 BLUE value IS 16 (6.64% from 255) = 9.47%

R = 31.95%
G = 58.58%
B = 9.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#366310 (or 0x366310) is known color: Dell. HEX triplet: 36, 63 and 10. RGB value is (54,99,16). Sum of RGB (Red+Green+Blue) = 54+99+16=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #366310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366310 is #C99CEF. Grayscale: #4C4C4C. Windows color (decimal): -13212912 or 1073974. OLE color: 1073974.

HSL color Cylindrical-coordinate representation of color #366310: hue angle of 92.53º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #366310 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 99 16 -
CMYK 0.45 0 0.84 0.61
HSL 92.53º 0.72% 0.23% -
HSV(B) 92.53º 0.84% 0.39% -
XYZ 6.08 9.75 2.05 -
YUV 76.08 94.09 112.25 -
System Red Green Blue C M Y K H S L
Decimal 54 99 16 0.45 0 0.84 0.61 92.53 0.72 0.23
Hex 36 63 10 2D 0 54 3D 5D 48 17
Octal 66 143 20 55 0 124 75 135 110 27
Binary 110110 1100011 10000 101101 0 1010100 111101 1011101 1001000 10111

Color Harmonies of #366310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366310

Black with #366310

Text Example


Text Example

White with #366310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366310; }

 p { color: rgb(54,99,16); }

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

background-color css

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

 a { background-color: rgb(54,99,16); }

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

border-color css

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

 span { border-color: rgb(54,99,16); }

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