Html Css Color HEX #396813 Dell

📋 copy color: '#396813'

red 57 ◦ green 104 ◦ blue 19

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

Shades of Dell #396813

Tints of Dell #396813

RGB

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

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

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

R = 31.67%
G = 57.78%
B = 10.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#396813 (or 0x396813) is known color: Dell. HEX triplet: 39, 68 and 13. RGB value is (57,104,19). Sum of RGB (Red+Green+Blue) = 57+104+19=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 104 (41.02% from 255 or 57.78% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 104 - color contains mainly: green. Hex color #396813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396813 is #C697EC. Grayscale: #505050. Windows color (decimal): -13015021 or 1271865. OLE color: 1271865.

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

Color convert

RGB 57 104 19 -
CMYK 0.45 0 0.82 0.59
HSL 93.18º 0.69% 0.24% -
HSV(B) 93.18º 0.82% 0.41% -
XYZ 6.76 10.82 2.35 -
YUV 80.26 93.43 111.41 -
System Red Green Blue C M Y K H S L
Decimal 57 104 19 0.45 0 0.82 0.59 93.18 0.69 0.24
Hex 39 68 13 2D 0 52 3B 5D 45 18
Octal 71 150 23 55 0 122 73 135 105 30
Binary 111001 1101000 10011 101101 0 1010010 111011 1011101 1000101 11000

Color Harmonies of #396813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396813

Black with #396813

Text Example


Text Example

White with #396813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396813; }

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

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

background-color css

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

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

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

border-color css

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

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

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