Html Css Color HEX #396819 Dell

📋 copy color: '#396819'

red 57 ◦ green 104 ◦ blue 25

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

Shades of Dell #396819

Tints of Dell #396819

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.91%

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

R = 30.65%
G = 55.91%
B = 13.44%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#396819 (or 0x396819) is known color: Dell. HEX triplet: 39, 68 and 19. RGB value is (57,104,25). Sum of RGB (Red+Green+Blue) = 57+104+25=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #396819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396819 is #C697E6. Grayscale: #515151. Windows color (decimal): -13015015 or 1665081. OLE color: 1665081.

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

Color convert

RGB 57 104 25 -
CMYK 0.45 0 0.76 0.59
HSL 95.7º 0.61% 0.25% -
HSV(B) 95.7º 0.76% 0.41% -
XYZ 6.81 10.84 2.65 -
YUV 80.94 96.43 110.92 -
System Red Green Blue C M Y K H S L
Decimal 57 104 25 0.45 0 0.76 0.59 95.7 0.61 0.25
Hex 39 68 19 2D 0 4C 3B 60 3D 19
Octal 71 150 31 55 0 114 73 140 75 31
Binary 111001 1101000 11001 101101 0 1001100 111011 1100000 111101 11001

Color Harmonies of #396819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396819

Black with #396819

Text Example


Text Example

White with #396819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396819; }

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

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

background-color css

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

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

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

border-color css

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

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

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