Html Css Color HEX #396617 Dell

📋 copy color: '#396617'

red 57 ◦ green 102 ◦ blue 23

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

Shades of Dell #396617

Tints of Dell #396617

RGB

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

 GREEN value IS 102 (40.23% from 255) = 56.04%

 BLUE value IS 23 (9.38% from 255) = 12.64%

R = 31.32%
G = 56.04%
B = 12.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#396617 (or 0x396617) is known color: Dell. HEX triplet: 39, 66 and 17. RGB value is (57,102,23). Sum of RGB (Red+Green+Blue) = 57+102+23=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 102 (40.23% from 255 or 56.04% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 102 - color contains mainly: green. Hex color #396617 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396617 is #C699E8. Grayscale: #4F4F4F. Windows color (decimal): -13015529 or 1533497. OLE color: 1533497.

HSL color Cylindrical-coordinate representation of color #396617: hue angle of 94.18º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #396617 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB 57 102 23 -
CMYK 0.44 0 0.77 0.6
HSL 94.18º 0.63% 0.25% -
HSV(B) 94.18º 0.77% 0.4% -
XYZ 6.59 10.43 2.48 -
YUV 79.54 96.09 111.92 -
System Red Green Blue C M Y K H S L
Decimal 57 102 23 0.44 0 0.77 0.6 94.18 0.63 0.25
Hex 39 66 17 2C 0 4D 3C 5E 3F 19
Octal 71 146 27 54 0 115 74 136 77 31
Binary 111001 1100110 10111 101100 0 1001101 111100 1011110 111111 11001

Color Harmonies of #396617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396617

Black with #396617

Text Example


Text Example

White with #396617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396617; }

 p { color: rgb(57,102,23); }

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

background-color css

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

 a { background-color: rgb(57,102,23); }

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

border-color css

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

 span { border-color: rgb(57,102,23); }

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