Html Css Color HEX #396015 Dell

📋 copy color: '#396015'

red 57 ◦ green 96 ◦ blue 21

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

Shades of Dell #396015

Tints of Dell #396015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.17%

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

R = 32.76%
G = 55.17%
B = 12.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#396015 (or 0x396015) is known color: Dell. HEX triplet: 39, 60 and 15. RGB value is (57,96,21). Sum of RGB (Red+Green+Blue) = 57+96+21=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #396015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396015 is #C69FEA. Grayscale: #4C4C4C. Windows color (decimal): -13017067 or 1400889. OLE color: 1400889.

HSL color Cylindrical-coordinate representation of color #396015: hue angle of 91.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #396015 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 96 21 -
CMYK 0.41 0 0.78 0.62
HSL 91.2º 0.64% 0.23% -
HSV(B) 91.2º 0.78% 0.38% -
XYZ 6.01 9.29 2.19 -
YUV 75.79 97.08 114.6 -
System Red Green Blue C M Y K H S L
Decimal 57 96 21 0.41 0 0.78 0.62 91.2 0.64 0.23
Hex 39 60 15 29 0 4E 3E 5B 40 17
Octal 71 140 25 51 0 116 76 133 100 27
Binary 111001 1100000 10101 101001 0 1001110 111110 1011011 1000000 10111

Color Harmonies of #396015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396015

Black with #396015

Text Example


Text Example

White with #396015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396015; }

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

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

background-color css

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

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

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

border-color css

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

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

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