Html Css Color HEX #396017 Dell

📋 copy color: '#396017'

red 57 ◦ green 96 ◦ blue 23

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

Shades of Dell #396017

Tints of Dell #396017

RGB

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

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

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

R = 32.39%
G = 54.55%
B = 13.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#396017 (or 0x396017) is known color: Dell. HEX triplet: 39, 60 and 17. RGB value is (57,96,23). Sum of RGB (Red+Green+Blue) = 57+96+23=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #396017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396017 is #C69FE8. Grayscale: #4C4C4C. Windows color (decimal): -13017065 or 1531961. OLE color: 1531961.

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

Color convert

RGB 57 96 23 -
CMYK 0.41 0 0.76 0.62
HSL 92.05º 0.61% 0.23% -
HSV(B) 92.05º 0.76% 0.38% -
XYZ 6.02 9.3 2.29 -
YUV 76.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 57 96 23 0.41 0 0.76 0.62 92.05 0.61 0.23
Hex 39 60 17 29 0 4C 3E 5C 3D 17
Octal 71 140 27 51 0 114 76 134 75 27
Binary 111001 1100000 10111 101001 0 1001100 111110 1011100 111101 10111

Color Harmonies of #396017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396017

Black with #396017

Text Example


Text Example

White with #396017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396017; }

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

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

background-color css

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

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

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

border-color css

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

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

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