Html Css Color HEX #396914 Dell

📋 copy color: '#396914'

red 57 ◦ green 105 ◦ blue 20

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

Shades of Dell #396914

Tints of Dell #396914

RGB

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

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

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

R = 31.32%
G = 57.69%
B = 10.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#396914 (or 0x396914) is known color: Dell. HEX triplet: 39, 69 and 14. RGB value is (57,105,20). Sum of RGB (Red+Green+Blue) = 57+105+20=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #396914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396914 is #C696EB. Grayscale: #515151. Windows color (decimal): -13014764 or 1337657. OLE color: 1337657.

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

Color convert

RGB 57 105 20 -
CMYK 0.46 0 0.81 0.59
HSL 93.88º 0.68% 0.25% -
HSV(B) 93.88º 0.81% 0.41% -
XYZ 6.87 11.02 2.43 -
YUV 80.96 93.6 110.91 -
System Red Green Blue C M Y K H S L
Decimal 57 105 20 0.46 0 0.81 0.59 93.88 0.68 0.25
Hex 39 69 14 2E 0 51 3B 5E 44 19
Octal 71 151 24 56 0 121 73 136 104 31
Binary 111001 1101001 10100 101110 0 1010001 111011 1011110 1000100 11001

Color Harmonies of #396914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396914

Black with #396914

Text Example


Text Example

White with #396914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396914; }

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

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

background-color css

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

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

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

border-color css

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

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

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