Html Css Color HEX #396913 Dell

📋 copy color: '#396913'

red 57 ◦ green 105 ◦ blue 19

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

Shades of Dell #396913

Tints of Dell #396913

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.01%

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

R = 31.49%
G = 58.01%
B = 10.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#396913 (or 0x396913) is known color: Dell. HEX triplet: 39, 69 and 13. RGB value is (57,105,19). Sum of RGB (Red+Green+Blue) = 57+105+19=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #396913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396913 is #C696EC. Grayscale: #515151. Windows color (decimal): -13014765 or 1272121. OLE color: 1272121.

HSL color Cylindrical-coordinate representation of color #396913: hue angle of 93.49º 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 #396913 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 105 19 -
CMYK 0.46 0 0.82 0.59
HSL 93.49º 0.69% 0.24% -
HSV(B) 93.49º 0.82% 0.41% -
XYZ 6.86 11.02 2.38 -
YUV 80.84 93.1 110.99 -
System Red Green Blue C M Y K H S L
Decimal 57 105 19 0.46 0 0.82 0.59 93.49 0.69 0.24
Hex 39 69 13 2E 0 52 3B 5D 45 18
Octal 71 151 23 56 0 122 73 135 105 30
Binary 111001 1101001 10011 101110 0 1010010 111011 1011101 1000101 11000

Color Harmonies of #396913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396913

Black with #396913

Text Example


Text Example

White with #396913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396913; }

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

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

background-color css

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

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

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

border-color css

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

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

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