Html Css Color HEX #386710 Dell

📋 copy color: '#386710'

red 56 ◦ green 103 ◦ blue 16

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

Shades of Dell #386710

Tints of Dell #386710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 58.86%

 BLUE value IS 16 (6.64% from 255) = 9.14%

R = 32%
G = 58.86%
B = 9.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#386710 (or 0x386710) is known color: Dell. HEX triplet: 38, 67 and 10. RGB value is (56,103,16). Sum of RGB (Red+Green+Blue) = 56+103+16=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 103 (40.62% from 255 or 58.86% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 103 - color contains mainly: green. Hex color #386710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386710 is #C798EF. Grayscale: #4F4F4F. Windows color (decimal): -13080816 or 1075000. OLE color: 1075000.

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

Color convert

RGB 56 103 16 -
CMYK 0.46 0 0.84 0.60
HSL 92.41º 0.73% 0.23% -
HSV(B) 92.41º 0.84% 0.4% -
XYZ 6.57 10.58 2.19 -
YUV 79.03 92.43 111.57 -
System Red Green Blue C M Y K H S L
Decimal 56 103 16 0.46 0 0.84 0.60 92.41 0.73 0.23
Hex 38 67 10 2E 0 54 3C 5C 49 17
Octal 70 147 20 56 0 124 74 134 111 27
Binary 111000 1100111 10000 101110 0 1010100 111100 1011100 1001001 10111

Color Harmonies of #386710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386710

Black with #386710

Text Example


Text Example

White with #386710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386710; }

 p { color: rgb(56,103,16); }

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

background-color css

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

 a { background-color: rgb(56,103,16); }

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

border-color css

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

 span { border-color: rgb(56,103,16); }

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