Html Css Color HEX #396815 Dell

📋 copy color: '#396815'

red 57 ◦ green 104 ◦ blue 21

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

Shades of Dell #396815

Tints of Dell #396815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.54%

R = 31.32%
G = 57.14%
B = 11.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#396815 (or 0x396815) is known color: Dell. HEX triplet: 39, 68 and 15. RGB value is (57,104,21). Sum of RGB (Red+Green+Blue) = 57+104+21=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #396815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396815 is #C697EA. Grayscale: #505050. Windows color (decimal): -13015019 or 1402937. OLE color: 1402937.

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

Color convert

RGB 57 104 21 -
CMYK 0.45 0 0.80 0.59
HSL 93.98º 0.66% 0.25% -
HSV(B) 93.98º 0.8% 0.41% -
XYZ 6.77 10.82 2.44 -
YUV 80.49 94.43 111.25 -
System Red Green Blue C M Y K H S L
Decimal 57 104 21 0.45 0 0.80 0.59 93.98 0.66 0.25
Hex 39 68 15 2D 0 50 3B 5E 42 19
Octal 71 150 25 55 0 120 73 136 102 31
Binary 111001 1101000 10101 101101 0 1010000 111011 1011110 1000010 11001

Color Harmonies of #396815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396815

Black with #396815

Text Example


Text Example

White with #396815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396815; }

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

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

background-color css

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

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

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

border-color css

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

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

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