Html Css Color HEX #396417 Dell

📋 copy color: '#396417'

red 57 ◦ green 100 ◦ blue 23

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

Shades of Dell #396417

Tints of Dell #396417

RGB

 RED value IS 57 (22.66% from 255) = 31.67%

 GREEN value IS 100 (39.45% from 255) = 55.56%

 BLUE value IS 23 (9.38% from 255) = 12.78%

R = 31.67%
G = 55.56%
B = 12.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#396417 (or 0x396417) is known color: Dell. HEX triplet: 39, 64 and 17. RGB value is (57,100,23). Sum of RGB (Red+Green+Blue) = 57+100+23=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 100 (39.45% from 255 or 55.56% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 100 - color contains mainly: green. Hex color #396417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396417 is #C69BE8. Grayscale: #4E4E4E. Windows color (decimal): -13016041 or 1532985. OLE color: 1532985.

HSL color Cylindrical-coordinate representation of color #396417: hue angle of 93.51º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #396417 is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 100 23 -
CMYK 0.43 0 0.77 0.61
HSL 93.51º 0.63% 0.24% -
HSV(B) 93.51º 0.77% 0.39% -
XYZ 6.4 10.05 2.41 -
YUV 78.37 96.75 112.76 -
System Red Green Blue C M Y K H S L
Decimal 57 100 23 0.43 0 0.77 0.61 93.51 0.63 0.24
Hex 39 64 17 2B 0 4D 3D 5E 3F 18
Octal 71 144 27 53 0 115 75 136 77 30
Binary 111001 1100100 10111 101011 0 1001101 111101 1011110 111111 11000

Color Harmonies of #396417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396417

Black with #396417

Text Example


Text Example

White with #396417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396417; }

 p { color: rgb(57,100,23); }

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

background-color css

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

 a { background-color: rgb(57,100,23); }

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

border-color css

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

 span { border-color: rgb(57,100,23); }

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