Html Css Color HEX #386013 Dell

📋 copy color: '#386013'

red 56 ◦ green 96 ◦ blue 19

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

Shades of Dell #386013

Tints of Dell #386013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 56.14%

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 32.75%
G = 56.14%
B = 11.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#386013 (or 0x386013) is known color: Dell. HEX triplet: 38, 60 and 13. RGB value is (56,96,19). Sum of RGB (Red+Green+Blue) = 56+96+19=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #386013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386013 is #C79FEC. Grayscale: #4B4B4B. Windows color (decimal): -13082605 or 1269816. OLE color: 1269816.

HSL color Cylindrical-coordinate representation of color #386013: hue angle of 91.17º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #386013 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 96 19 -
CMYK 0.42 0 0.80 0.62
HSL 91.17º 0.67% 0.23% -
HSV(B) 91.17º 0.8% 0.38% -
XYZ 5.93 9.25 2.09 -
YUV 75.26 96.25 114.26 -
System Red Green Blue C M Y K H S L
Decimal 56 96 19 0.42 0 0.80 0.62 91.17 0.67 0.23
Hex 38 60 13 2A 0 50 3E 5B 43 17
Octal 70 140 23 52 0 120 76 133 103 27
Binary 111000 1100000 10011 101010 0 1010000 111110 1011011 1000011 10111

Color Harmonies of #386013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386013

Black with #386013

Text Example


Text Example

White with #386013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386013; }

 p { color: rgb(56,96,19); }

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

background-color css

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

 a { background-color: rgb(56,96,19); }

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

border-color css

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

 span { border-color: rgb(56,96,19); }

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