Html Css Color HEX #396315 Dell

📋 copy color: '#396315'

red 57 ◦ green 99 ◦ blue 21

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

Shades of Dell #396315

Tints of Dell #396315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 55.93%

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

R = 32.2%
G = 55.93%
B = 11.86%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#396315 (or 0x396315) is known color: Dell. HEX triplet: 39, 63 and 15. RGB value is (57,99,21). Sum of RGB (Red+Green+Blue) = 57+99+21=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #396315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396315 is #C69CEA. Grayscale: #4D4D4D. Windows color (decimal): -13016299 or 1401657. OLE color: 1401657.

HSL color Cylindrical-coordinate representation of color #396315: hue angle of 92.31º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #396315 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 99 21 -
CMYK 0.42 0 0.79 0.61
HSL 92.31º 0.65% 0.24% -
HSV(B) 92.31º 0.79% 0.39% -
XYZ 6.28 9.85 2.28 -
YUV 77.55 96.09 113.34 -
System Red Green Blue C M Y K H S L
Decimal 57 99 21 0.42 0 0.79 0.61 92.31 0.65 0.24
Hex 39 63 15 2A 0 4F 3D 5C 41 18
Octal 71 143 25 52 0 117 75 134 101 30
Binary 111001 1100011 10101 101010 0 1001111 111101 1011100 1000001 11000

Color Harmonies of #396315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396315

Black with #396315

Text Example


Text Example

White with #396315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396315; }

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

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

background-color css

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

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

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

border-color css

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

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

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