Html Css Color HEX #396713 Dell

📋 copy color: '#396713'

red 57 ◦ green 103 ◦ blue 19

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

Shades of Dell #396713

Tints of Dell #396713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 57.54%

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

R = 31.84%
G = 57.54%
B = 10.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#396713 (or 0x396713) is known color: Dell. HEX triplet: 39, 67 and 13. RGB value is (57,103,19). Sum of RGB (Red+Green+Blue) = 57+103+19=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 103 (40.62% from 255 or 57.54% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 103 - color contains mainly: green. Hex color #396713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396713 is #C698EC. Grayscale: #4F4F4F. Windows color (decimal): -13015277 or 1271609. OLE color: 1271609.

HSL color Cylindrical-coordinate representation of color #396713: hue angle of 92.86º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #396713 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 103 19 -
CMYK 0.45 0 0.82 0.60
HSL 92.86º 0.69% 0.24% -
HSV(B) 92.86º 0.82% 0.4% -
XYZ 6.66 10.62 2.31 -
YUV 79.67 93.76 111.83 -
System Red Green Blue C M Y K H S L
Decimal 57 103 19 0.45 0 0.82 0.60 92.86 0.69 0.24
Hex 39 67 13 2D 0 52 3C 5D 45 18
Octal 71 147 23 55 0 122 74 135 105 30
Binary 111001 1100111 10011 101101 0 1010010 111100 1011101 1000101 11000

Color Harmonies of #396713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396713

Black with #396713

Text Example


Text Example

White with #396713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396713; }

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

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

background-color css

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

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

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

border-color css

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

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

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