Html Css Color HEX #3E5929 Dell

📋 copy color: '#3E5929'

red 62 ◦ green 89 ◦ blue 41

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

Shades of Dell #3E5929

Tints of Dell #3E5929

RGB

 RED value IS 62 (24.61% from 255) = 32.29%

 GREEN value IS 89 (35.16% from 255) = 46.35%

 BLUE value IS 41 (16.41% from 255) = 21.35%

R = 32.29%
G = 46.35%
B = 21.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#3E5929 (or 0x3E5929) is known color: Dell. HEX triplet: 3E, 59 and 29. RGB value is (62,89,41). Sum of RGB (Red+Green+Blue) = 62+89+41=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #3E5929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5929 is #C1A6D6. Grayscale: #4B4B4B. Windows color (decimal): -12691159 or 2709822. OLE color: 2709822.

HSL color Cylindrical-coordinate representation of color #3E5929: hue angle of 93.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E5929 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB 62 89 41 -
CMYK 0.30 0 0.54 0.65
HSL 93.75º 0.37% 0.25% -
HSV(B) 93.75º 0.54% 0.35% -
XYZ 5.96 8.33 3.39 -
YUV 75.46 108.55 118.4 -
System Red Green Blue C M Y K H S L
Decimal 62 89 41 0.30 0 0.54 0.65 93.75 0.37 0.25
Hex 3E 59 29 1E 0 36 41 5E 25 19
Octal 76 131 51 36 0 66 101 136 45 31
Binary 111110 1011001 101001 11110 0 110110 1000001 1011110 100101 11001

Color Harmonies of #3E5929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5929

Black with #3E5929

Text Example


Text Example

White with #3E5929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E5929; }

 p { color: rgb(62,89,41); }

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

background-color css

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

 a { background-color: rgb(62,89,41); }

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

border-color css

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

 span { border-color: rgb(62,89,41); }

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