Html Css Color HEX #385E19 Dell

📋 copy color: '#385E19'

red 56 ◦ green 94 ◦ blue 25

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

Shades of Dell #385E19

Tints of Dell #385E19

RGB

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

 GREEN value IS 94 (37.11% from 255) = 53.71%

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

R = 32%
G = 53.71%
B = 14.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.73

 K value IS 0.63

RGB Variations

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

Color information

#385E19 (or 0x385E19) is known color: Dell. HEX triplet: 38, 5E and 19. RGB value is (56,94,25). Sum of RGB (Red+Green+Blue) = 56+94+25=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 94 (37.11% from 255 or 53.71% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 94 - color contains mainly: green. Hex color #385E19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385E19 is #C7A1E6. Grayscale: #4B4B4B. Windows color (decimal): -13083111 or 1662520. OLE color: 1662520.

HSL color Cylindrical-coordinate representation of color #385E19: hue angle of 93.04º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #385E19 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 94 25 -
CMYK 0.40 0 0.73 0.63
HSL 93.04º 0.58% 0.23% -
HSV(B) 93.04º 0.73% 0.37% -
XYZ 5.81 8.92 2.33 -
YUV 74.77 99.91 114.61 -
System Red Green Blue C M Y K H S L
Decimal 56 94 25 0.40 0 0.73 0.63 93.04 0.58 0.23
Hex 38 5E 19 28 0 49 3F 5D 3A 17
Octal 70 136 31 50 0 111 77 135 72 27
Binary 111000 1011110 11001 101000 0 1001001 111111 1011101 111010 10111

Color Harmonies of #385E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E19

Black with #385E19

Text Example


Text Example

White with #385E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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