Html Css Color HEX #396413 Dell

📋 copy color: '#396413'

red 57 ◦ green 100 ◦ blue 19

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

Shades of Dell #396413

Tints of Dell #396413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.8%

R = 32.39%
G = 56.82%
B = 10.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#396413 (or 0x396413) is known color: Dell. HEX triplet: 39, 64 and 13. RGB value is (57,100,19). Sum of RGB (Red+Green+Blue) = 57+100+19=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 100 (39.45% from 255 or 56.82% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 100 - color contains mainly: green. Hex color #396413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396413 is #C69BEC. Grayscale: #4E4E4E. Windows color (decimal): -13016045 or 1270841. OLE color: 1270841.

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

Color convert

RGB 57 100 19 -
CMYK 0.43 0 0.81 0.61
HSL 91.85º 0.68% 0.23% -
HSV(B) 91.85º 0.81% 0.39% -
XYZ 6.36 10.03 2.22 -
YUV 77.91 94.75 113.09 -
System Red Green Blue C M Y K H S L
Decimal 57 100 19 0.43 0 0.81 0.61 91.85 0.68 0.23
Hex 39 64 13 2B 0 51 3D 5C 44 17
Octal 71 144 23 53 0 121 75 134 104 27
Binary 111001 1100100 10011 101011 0 1010001 111101 1011100 1000100 10111

Color Harmonies of #396413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396413

Black with #396413

Text Example


Text Example

White with #396413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396413; }

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

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

background-color css

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

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

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

border-color css

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

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

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