Html Css Color HEX #386517 Dell

📋 copy color: '#386517'

red 56 ◦ green 101 ◦ blue 23

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

Shades of Dell #386517

Tints of Dell #386517

RGB

 RED value IS 56 (22.27% from 255) = 31.11%

 GREEN value IS 101 (39.84% from 255) = 56.11%

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

R = 31.11%
G = 56.11%
B = 12.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#386517 (or 0x386517) is known color: Dell. HEX triplet: 38, 65 and 17. RGB value is (56,101,23). Sum of RGB (Red+Green+Blue) = 56+101+23=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 101 (39.84% from 255 or 56.11% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 101 - color contains mainly: green. Hex color #386517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386517 is #C79AE8. Grayscale: #4E4E4E. Windows color (decimal): -13081321 or 1533240. OLE color: 1533240.

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

Color convert

RGB 56 101 23 -
CMYK 0.45 0 0.77 0.60
HSL 94.62º 0.63% 0.24% -
HSV(B) 94.62º 0.77% 0.4% -
XYZ 6.44 10.21 2.44 -
YUV 78.65 96.59 111.84 -
System Red Green Blue C M Y K H S L
Decimal 56 101 23 0.45 0 0.77 0.60 94.62 0.63 0.24
Hex 38 65 17 2D 0 4D 3C 5F 3F 18
Octal 70 145 27 55 0 115 74 137 77 30
Binary 111000 1100101 10111 101101 0 1001101 111100 1011111 111111 11000

Color Harmonies of #386517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386517

Black with #386517

Text Example


Text Example

White with #386517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386517; }

 p { color: rgb(56,101,23); }

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

background-color css

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

 a { background-color: rgb(56,101,23); }

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

border-color css

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

 span { border-color: rgb(56,101,23); }

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