Html Css Color HEX #386512 Dell

📋 copy color: '#386512'

red 56 ◦ green 101 ◦ blue 18

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

Shades of Dell #386512

Tints of Dell #386512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.29%

R = 32%
G = 57.71%
B = 10.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#386512 (or 0x386512) is known color: Dell. HEX triplet: 38, 65 and 12. RGB value is (56,101,18). Sum of RGB (Red+Green+Blue) = 56+101+18=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 101 (39.84% from 255 or 57.71% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 101 - color contains mainly: green. Hex color #386512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386512 is #C79AED. Grayscale: #4E4E4E. Windows color (decimal): -13081326 or 1205560. OLE color: 1205560.

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

Color convert

RGB 56 101 18 -
CMYK 0.45 0 0.82 0.60
HSL 92.53º 0.7% 0.23% -
HSV(B) 92.53º 0.82% 0.4% -
XYZ 6.39 10.19 2.2 -
YUV 78.08 94.09 112.25 -
System Red Green Blue C M Y K H S L
Decimal 56 101 18 0.45 0 0.82 0.60 92.53 0.7 0.23
Hex 38 65 12 2D 0 52 3C 5D 46 17
Octal 70 145 22 55 0 122 74 135 106 27
Binary 111000 1100101 10010 101101 0 1010010 111100 1011101 1000110 10111

Color Harmonies of #386512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386512

Black with #386512

Text Example


Text Example

White with #386512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386512; }

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

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

background-color css

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

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

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

border-color css

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

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

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