Html Css Color HEX #3E5A2E Dell

📋 copy color: '#3E5A2E'

red 62 ◦ green 90 ◦ blue 46

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

Shades of Dell #3E5A2E

Tints of Dell #3E5A2E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45.45%

 BLUE value IS 46 (18.36% from 255) = 23.23%

R = 31.31%
G = 45.45%
B = 23.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#3E5A2E (or 0x3E5A2E) is known color: Dell. HEX triplet: 3E, 5A and 2E. RGB value is (62,90,46). Sum of RGB (Red+Green+Blue) = 62+90+46=198 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.31% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #3E5A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5A2E is #C1A5D1. Grayscale: #4C4C4C. Windows color (decimal): -12690898 or 3037758. OLE color: 3037758.

HSL color Cylindrical-coordinate representation of color #3E5A2E: hue angle of 98.18º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E5A2E is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 62 90 46 -
CMYK 0.31 0 0.49 0.65
HSL 98.18º 0.32% 0.27% -
HSV(B) 98.18º 0.49% 0.35% -
XYZ 6.14 8.53 3.91 -
YUV 76.61 110.72 117.58 -
System Red Green Blue C M Y K H S L
Decimal 62 90 46 0.31 0 0.49 0.65 98.18 0.32 0.27
Hex 3E 5A 2E 1F 0 31 41 62 20 1B
Octal 76 132 56 37 0 61 101 142 40 33
Binary 111110 1011010 101110 11111 0 110001 1000001 1100010 100000 11011

Color Harmonies of #3E5A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5A2E

Black with #3E5A2E

Text Example


Text Example

White with #3E5A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,90,46); }

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

background-color css

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

 a { background-color: rgb(62,90,46); }

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

border-color css

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

 span { border-color: rgb(62,90,46); }

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