Html Css Color HEX #396019 Dell

📋 copy color: '#396019'

red 57 ◦ green 96 ◦ blue 25

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

Shades of Dell #396019

Tints of Dell #396019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.04%

R = 32.02%
G = 53.93%
B = 14.04%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#396019 (or 0x396019) is known color: Dell. HEX triplet: 39, 60 and 19. RGB value is (57,96,25). Sum of RGB (Red+Green+Blue) = 57+96+25=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #396019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396019 is #C69FE6. Grayscale: #4C4C4C. Windows color (decimal): -13017063 or 1663033. OLE color: 1663033.

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

Color convert

RGB 57 96 25 -
CMYK 0.41 0 0.74 0.62
HSL 92.96º 0.59% 0.24% -
HSV(B) 92.96º 0.74% 0.38% -
XYZ 6.05 9.31 2.4 -
YUV 76.25 99.08 114.27 -
System Red Green Blue C M Y K H S L
Decimal 57 96 25 0.41 0 0.74 0.62 92.96 0.59 0.24
Hex 39 60 19 29 0 4A 3E 5D 3B 18
Octal 71 140 31 51 0 112 76 135 73 30
Binary 111001 1100000 11001 101001 0 1001010 111110 1011101 111011 11000

Color Harmonies of #396019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396019

Black with #396019

Text Example


Text Example

White with #396019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396019; }

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

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

background-color css

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

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

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

border-color css

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

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

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