Html Css Color HEX #395D19 Dell

📋 copy color: '#395D19'

red 57 ◦ green 93 ◦ blue 25

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

Shades of Dell #395D19

Tints of Dell #395D19

RGB

 RED value IS 57 (22.66% from 255) = 32.57%

 GREEN value IS 93 (36.72% from 255) = 53.14%

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

R = 32.57%
G = 53.14%
B = 14.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#395D19 (or 0x395D19) is known color: Dell. HEX triplet: 39, 5D and 19. RGB value is (57,93,25). Sum of RGB (Red+Green+Blue) = 57+93+25=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #395D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395D19 is #C6A2E6. Grayscale: #4A4A4A. Windows color (decimal): -13017831 or 1662265. OLE color: 1662265.

HSL color Cylindrical-coordinate representation of color #395D19: hue angle of 91.76º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #395D19 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 93 25 -
CMYK 0.39 0 0.73 0.64
HSL 91.76º 0.58% 0.23% -
HSV(B) 91.76º 0.73% 0.36% -
XYZ 5.78 8.77 2.31 -
YUV 74.48 100.07 115.53 -
System Red Green Blue C M Y K H S L
Decimal 57 93 25 0.39 0 0.73 0.64 91.76 0.58 0.23
Hex 39 5D 19 27 0 49 40 5C 3A 17
Octal 71 135 31 47 0 111 100 134 72 27
Binary 111001 1011101 11001 100111 0 1001001 1000000 1011100 111010 10111

Color Harmonies of #395D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D19

Black with #395D19

Text Example


Text Example

White with #395D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395D19; }

 p { color: rgb(57,93,25); }

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

background-color css

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

 a { background-color: rgb(57,93,25); }

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

border-color css

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

 span { border-color: rgb(57,93,25); }

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