Html Css Color HEX #395B20 Dell

📋 copy color: '#395B20'

red 57 ◦ green 91 ◦ blue 32

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

Shades of Dell #395B20

Tints of Dell #395B20

RGB

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

 GREEN value IS 91 (35.94% from 255) = 50.56%

 BLUE value IS 32 (12.89% from 255) = 17.78%

R = 31.67%
G = 50.56%
B = 17.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.64

RGB Variations

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

Color information

#395B20 (or 0x395B20) is known color: Dell. HEX triplet: 39, 5B and 20. RGB value is (57,91,32). Sum of RGB (Red+Green+Blue) = 57+91+32=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 91 (35.94% from 255 or 50.56% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 91 - color contains mainly: green. Hex color #395B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395B20 is #C6A4DF. Grayscale: #4A4A4A. Windows color (decimal): -13018336 or 2120505. OLE color: 2120505.

HSL color Cylindrical-coordinate representation of color #395B20: hue angle of 94.58º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #395B20 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 91 32 -
CMYK 0.37 0 0.65 0.64
HSL 94.58º 0.48% 0.24% -
HSV(B) 94.58º 0.65% 0.36% -
XYZ 5.69 8.46 2.7 -
YUV 74.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 57 91 32 0.37 0 0.65 0.64 94.58 0.48 0.24
Hex 39 5B 20 25 0 41 40 5F 30 18
Octal 71 133 40 45 0 101 100 137 60 30
Binary 111001 1011011 100000 100101 0 1000001 1000000 1011111 110000 11000

Color Harmonies of #395B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B20

Black with #395B20

Text Example


Text Example

White with #395B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,91,32); }

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

background-color css

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

 a { background-color: rgb(57,91,32); }

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

border-color css

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

 span { border-color: rgb(57,91,32); }

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