Html Css Color HEX #386211 Dell

📋 copy color: '#386211'

red 56 ◦ green 98 ◦ blue 17

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

Shades of Dell #386211

Tints of Dell #386211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 57.31%

 BLUE value IS 17 (7.03% from 255) = 9.94%

R = 32.75%
G = 57.31%
B = 9.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#386211 (or 0x386211) is known color: Dell. HEX triplet: 38, 62 and 11. RGB value is (56,98,17). Sum of RGB (Red+Green+Blue) = 56+98+17=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #386211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386211 is #C79DEE. Grayscale: #4C4C4C. Windows color (decimal): -13082095 or 1139256. OLE color: 1139256.

HSL color Cylindrical-coordinate representation of color #386211: hue angle of 91.11º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #386211 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 98 17 -
CMYK 0.43 0 0.83 0.62
HSL 91.11º 0.7% 0.23% -
HSV(B) 91.11º 0.83% 0.38% -
XYZ 6.1 9.62 2.07 -
YUV 76.21 94.59 113.59 -
System Red Green Blue C M Y K H S L
Decimal 56 98 17 0.43 0 0.83 0.62 91.11 0.7 0.23
Hex 38 62 11 2B 0 53 3E 5B 46 17
Octal 70 142 21 53 0 123 76 133 106 27
Binary 111000 1100010 10001 101011 0 1010011 111110 1011011 1000110 10111

Color Harmonies of #386211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386211

Black with #386211

Text Example


Text Example

White with #386211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386211; }

 p { color: rgb(56,98,17); }

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

background-color css

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

 a { background-color: rgb(56,98,17); }

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

border-color css

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

 span { border-color: rgb(56,98,17); }

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