Html Css Color HEX #386612 Dell

📋 copy color: '#386612'

red 56 ◦ green 102 ◦ blue 18

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

Shades of Dell #386612

Tints of Dell #386612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 57.95%

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

R = 31.82%
G = 57.95%
B = 10.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#386612 (or 0x386612) is known color: Dell. HEX triplet: 38, 66 and 12. RGB value is (56,102,18). Sum of RGB (Red+Green+Blue) = 56+102+18=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 102 (40.23% from 255 or 57.95% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 102 - color contains mainly: green. Hex color #386612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386612 is #C799ED. Grayscale: #4E4E4E. Windows color (decimal): -13081070 or 1205816. OLE color: 1205816.

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

Color convert

RGB 56 102 18 -
CMYK 0.45 0 0.82 0.6
HSL 92.86º 0.7% 0.24% -
HSV(B) 92.86º 0.82% 0.4% -
XYZ 6.49 10.39 2.24 -
YUV 78.67 93.76 111.83 -
System Red Green Blue C M Y K H S L
Decimal 56 102 18 0.45 0 0.82 0.6 92.86 0.7 0.24
Hex 38 66 12 2D 0 52 3C 5D 46 18
Octal 70 146 22 55 0 122 74 135 106 30
Binary 111000 1100110 10010 101101 0 1010010 111100 1011101 1000110 11000

Color Harmonies of #386612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386612

Black with #386612

Text Example


Text Example

White with #386612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386612; }

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

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

background-color css

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

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

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

border-color css

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

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

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