Html Css Color HEX #386818 Dell

📋 copy color: '#386818'

red 56 ◦ green 104 ◦ blue 24

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

Shades of Dell #386818

Tints of Dell #386818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 56.52%

 BLUE value IS 24 (9.77% from 255) = 13.04%

R = 30.43%
G = 56.52%
B = 13.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#386818 (or 0x386818) is known color: Dell. HEX triplet: 38, 68 and 18. RGB value is (56,104,24). Sum of RGB (Red+Green+Blue) = 56+104+24=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 104 (41.02% from 255 or 56.52% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 104 - color contains mainly: green. Hex color #386818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386818 is #C797E7. Grayscale: #505050. Windows color (decimal): -13080552 or 1599544. OLE color: 1599544.

HSL color Cylindrical-coordinate representation of color #386818: hue angle of 96º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #386818 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 24 -
CMYK 0.46 0 0.77 0.59
HSL 96º 0.63% 0.25% -
HSV(B) 96º 0.77% 0.41% -
XYZ 6.75 10.81 2.59 -
YUV 80.53 96.1 110.5 -
System Red Green Blue C M Y K H S L
Decimal 56 104 24 0.46 0 0.77 0.59 96 0.63 0.25
Hex 38 68 18 2E 0 4D 3B 60 3E 19
Octal 70 150 30 56 0 115 73 140 76 31
Binary 111000 1101000 11000 101110 0 1001101 111011 1100000 111110 11001

Color Harmonies of #386818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386818

Black with #386818

Text Example


Text Example

White with #386818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386818; }

 p { color: rgb(56,104,24); }

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

background-color css

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

 a { background-color: rgb(56,104,24); }

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

border-color css

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

 span { border-color: rgb(56,104,24); }

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