Html Css Color HEX #386617 Dell

📋 copy color: '#386617'

red 56 ◦ green 102 ◦ blue 23

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

Shades of Dell #386617

Tints of Dell #386617

RGB

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

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

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

R = 30.94%
G = 56.35%
B = 12.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#386617 (or 0x386617) is known color: Dell. HEX triplet: 38, 66 and 17. RGB value is (56,102,23). Sum of RGB (Red+Green+Blue) = 56+102+23=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #386617 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386617 is #C799E8. Grayscale: #4F4F4F. Windows color (decimal): -13081065 or 1533496. OLE color: 1533496.

HSL color Cylindrical-coordinate representation of color #386617: hue angle of 94.94º 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 #386617 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 102 23 -
CMYK 0.45 0 0.77 0.6
HSL 94.94º 0.63% 0.25% -
HSV(B) 94.94º 0.77% 0.4% -
XYZ 6.54 10.41 2.47 -
YUV 79.24 96.26 111.42 -
System Red Green Blue C M Y K H S L
Decimal 56 102 23 0.45 0 0.77 0.6 94.94 0.63 0.25
Hex 38 66 17 2D 0 4D 3C 5F 3F 19
Octal 70 146 27 55 0 115 74 137 77 31
Binary 111000 1100110 10111 101101 0 1001101 111100 1011111 111111 11001

Color Harmonies of #386617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386617

Black with #386617

Text Example


Text Example

White with #386617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386617; }

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

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

background-color css

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

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

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

border-color css

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

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

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