Html Css Color HEX #396915 Dell

📋 copy color: '#396915'

red 57 ◦ green 105 ◦ blue 21

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

Shades of Dell #396915

Tints of Dell #396915

RGB

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

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

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

R = 31.15%
G = 57.38%
B = 11.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#396915 (or 0x396915) is known color: Dell. HEX triplet: 39, 69 and 15. RGB value is (57,105,21). Sum of RGB (Red+Green+Blue) = 57+105+21=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #396915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396915 is #C696EA. Grayscale: #515151. Windows color (decimal): -13014763 or 1403193. OLE color: 1403193.

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

Color convert

RGB 57 105 21 -
CMYK 0.46 0 0.80 0.59
HSL 94.29º 0.67% 0.25% -
HSV(B) 94.29º 0.8% 0.41% -
XYZ 6.87 11.03 2.48 -
YUV 81.07 94.1 110.83 -
System Red Green Blue C M Y K H S L
Decimal 57 105 21 0.46 0 0.80 0.59 94.29 0.67 0.25
Hex 39 69 15 2E 0 50 3B 5E 43 19
Octal 71 151 25 56 0 120 73 136 103 31
Binary 111001 1101001 10101 101110 0 1010000 111011 1011110 1000011 11001

Color Harmonies of #396915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396915

Black with #396915

Text Example


Text Example

White with #396915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396915; }

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

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

background-color css

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

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

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

border-color css

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

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

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