Html Css Color HEX #396717 Dell

📋 copy color: '#396717'

red 57 ◦ green 103 ◦ blue 23

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

Shades of Dell #396717

Tints of Dell #396717

RGB

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

 GREEN value IS 103 (40.63% from 255) = 56.28%

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

R = 31.15%
G = 56.28%
B = 12.57%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#396717 (or 0x396717) is known color: Dell. HEX triplet: 39, 67 and 17. RGB value is (57,103,23). Sum of RGB (Red+Green+Blue) = 57+103+23=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 103 (40.62% from 255 or 56.28% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 103 - color contains mainly: green. Hex color #396717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396717 is #C698E8. Grayscale: #505050. Windows color (decimal): -13015273 or 1533753. OLE color: 1533753.

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

Color convert

RGB 57 103 23 -
CMYK 0.45 0 0.78 0.60
HSL 94.5º 0.63% 0.25% -
HSV(B) 94.5º 0.78% 0.4% -
XYZ 6.69 10.63 2.51 -
YUV 80.13 95.76 111.5 -
System Red Green Blue C M Y K H S L
Decimal 57 103 23 0.45 0 0.78 0.60 94.5 0.63 0.25
Hex 39 67 17 2D 0 4E 3C 5E 3F 19
Octal 71 147 27 55 0 116 74 136 77 31
Binary 111001 1100111 10111 101101 0 1001110 111100 1011110 111111 11001

Color Harmonies of #396717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396717

Black with #396717

Text Example


Text Example

White with #396717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396717; }

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

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

background-color css

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

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

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

border-color css

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

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

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