Html Css Color HEX #386912 Dell

📋 copy color: '#386912'

red 56 ◦ green 105 ◦ blue 18

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

Shades of Dell #386912

Tints of Dell #386912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.66%

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

R = 31.28%
G = 58.66%
B = 10.06%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#386912 (or 0x386912) is known color: Dell. HEX triplet: 38, 69 and 12. RGB value is (56,105,18). Sum of RGB (Red+Green+Blue) = 56+105+18=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 105 (41.41% from 255 or 58.66% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 105 - color contains mainly: green. Hex color #386912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386912 is #C796ED. Grayscale: #505050. Windows color (decimal): -13080302 or 1206584. OLE color: 1206584.

HSL color Cylindrical-coordinate representation of color #386912: hue angle of 93.79º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #386912 is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 18 -
CMYK 0.47 0 0.83 0.59
HSL 93.79º 0.71% 0.24% -
HSV(B) 93.79º 0.83% 0.41% -
XYZ 6.79 10.99 2.34 -
YUV 80.43 92.77 110.57 -
System Red Green Blue C M Y K H S L
Decimal 56 105 18 0.47 0 0.83 0.59 93.79 0.71 0.24
Hex 38 69 12 2F 0 53 3B 5E 47 18
Octal 70 151 22 57 0 123 73 136 107 30
Binary 111000 1101001 10010 101111 0 1010011 111011 1011110 1000111 11000

Color Harmonies of #386912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386912

Black with #386912

Text Example


Text Example

White with #386912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386912; }

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

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

background-color css

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

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

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

border-color css

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

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

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