Html Css Color HEX #396311 Dell

📋 copy color: '#396311'

red 57 ◦ green 99 ◦ blue 17

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

Shades of Dell #396311

Tints of Dell #396311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.83%

R = 32.95%
G = 57.23%
B = 9.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#396311 (or 0x396311) is known color: Dell. HEX triplet: 39, 63 and 11. RGB value is (57,99,17). Sum of RGB (Red+Green+Blue) = 57+99+17=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #396311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396311 is #C69CEE. Grayscale: #4D4D4D. Windows color (decimal): -13016303 or 1139513. OLE color: 1139513.

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

Color convert

RGB 57 99 17 -
CMYK 0.42 0 0.83 0.61
HSL 90.73º 0.71% 0.23% -
HSV(B) 90.73º 0.83% 0.39% -
XYZ 6.25 9.83 2.1 -
YUV 77.09 94.09 113.67 -
System Red Green Blue C M Y K H S L
Decimal 57 99 17 0.42 0 0.83 0.61 90.73 0.71 0.23
Hex 39 63 11 2A 0 53 3D 5B 47 17
Octal 71 143 21 52 0 123 75 133 107 27
Binary 111001 1100011 10001 101010 0 1010011 111101 1011011 1000111 10111

Color Harmonies of #396311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396311

Black with #396311

Text Example


Text Example

White with #396311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396311; }

 p { color: rgb(57,99,17); }

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

background-color css

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

 a { background-color: rgb(57,99,17); }

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

border-color css

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

 span { border-color: rgb(57,99,17); }

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