Html Css Color HEX #386014 Dell

📋 copy color: '#386014'

red 56 ◦ green 96 ◦ blue 20

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

Shades of Dell #386014

Tints of Dell #386014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.63%

R = 32.56%
G = 55.81%
B = 11.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#386014 (or 0x386014) is known color: Dell. HEX triplet: 38, 60 and 14. RGB value is (56,96,20). Sum of RGB (Red+Green+Blue) = 56+96+20=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #386014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386014 is #C79FEB. Grayscale: #4B4B4B. Windows color (decimal): -13082604 or 1335352. OLE color: 1335352.

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

Color convert

RGB 56 96 20 -
CMYK 0.42 0 0.79 0.62
HSL 91.58º 0.66% 0.23% -
HSV(B) 91.58º 0.79% 0.38% -
XYZ 5.94 9.26 2.14 -
YUV 75.38 96.75 114.18 -
System Red Green Blue C M Y K H S L
Decimal 56 96 20 0.42 0 0.79 0.62 91.58 0.66 0.23
Hex 38 60 14 2A 0 4F 3E 5C 42 17
Octal 70 140 24 52 0 117 76 134 102 27
Binary 111000 1100000 10100 101010 0 1001111 111110 1011100 1000010 10111

Color Harmonies of #386014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386014

Black with #386014

Text Example


Text Example

White with #386014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386014; }

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

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

background-color css

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

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

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

border-color css

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

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

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