Html Css Color HEX #386419 Dell

📋 copy color: '#386419'

red 56 ◦ green 100 ◦ blue 25

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

Shades of Dell #386419

Tints of Dell #386419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 55.25%

 BLUE value IS 25 (10.16% from 255) = 13.81%

R = 30.94%
G = 55.25%
B = 13.81%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#386419 (or 0x386419) is known color: Dell. HEX triplet: 38, 64 and 19. RGB value is (56,100,25). Sum of RGB (Red+Green+Blue) = 56+100+25=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 100 (39.45% from 255 or 55.25% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 100 - color contains mainly: green. Hex color #386419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386419 is #C79BE6. Grayscale: #4E4E4E. Windows color (decimal): -13081575 or 1664056. OLE color: 1664056.

HSL color Cylindrical-coordinate representation of color #386419: hue angle of 95.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386419 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 100 25 -
CMYK 0.44 0 0.75 0.61
HSL 95.2º 0.6% 0.25% -
HSV(B) 95.2º 0.75% 0.39% -
XYZ 6.36 10.03 2.52 -
YUV 78.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 56 100 25 0.44 0 0.75 0.61 95.2 0.6 0.25
Hex 38 64 19 2C 0 4B 3D 5F 3C 19
Octal 70 144 31 54 0 113 75 137 74 31
Binary 111000 1100100 11001 101100 0 1001011 111101 1011111 111100 11001

Color Harmonies of #386419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386419

Black with #386419

Text Example


Text Example

White with #386419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386419; }

 p { color: rgb(56,100,25); }

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

background-color css

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

 a { background-color: rgb(56,100,25); }

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

border-color css

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

 span { border-color: rgb(56,100,25); }

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