Html Css Color HEX #396814 Dell

📋 copy color: '#396814'

red 57 ◦ green 104 ◦ blue 20

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

Shades of Dell #396814

Tints of Dell #396814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.05%

R = 31.49%
G = 57.46%
B = 11.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#396814 (or 0x396814) is known color: Dell. HEX triplet: 39, 68 and 14. RGB value is (57,104,20). Sum of RGB (Red+Green+Blue) = 57+104+20=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #396814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396814 is #C697EB. Grayscale: #505050. Windows color (decimal): -13015020 or 1337401. OLE color: 1337401.

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

Color convert

RGB 57 104 20 -
CMYK 0.45 0 0.81 0.59
HSL 93.57º 0.68% 0.24% -
HSV(B) 93.57º 0.81% 0.41% -
XYZ 6.76 10.82 2.39 -
YUV 80.37 93.93 111.33 -
System Red Green Blue C M Y K H S L
Decimal 57 104 20 0.45 0 0.81 0.59 93.57 0.68 0.24
Hex 39 68 14 2D 0 51 3B 5E 44 18
Octal 71 150 24 55 0 121 73 136 104 30
Binary 111001 1101000 10100 101101 0 1010001 111011 1011110 1000100 11000

Color Harmonies of #396814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396814

Black with #396814

Text Example


Text Example

White with #396814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396814; }

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

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

background-color css

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

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

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

border-color css

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

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

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