Html Css Color HEX #4E633A Dell

📋 copy color: '#4E633A'

red 78 ◦ green 99 ◦ blue 58

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

Shades of Dell #4E633A

Tints of Dell #4E633A

RGB

 RED value IS 78 (30.86% from 255) = 33.19%

 GREEN value IS 99 (39.06% from 255) = 42.13%

 BLUE value IS 58 (23.05% from 255) = 24.68%

R = 33.19%
G = 42.13%
B = 24.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#4E633A (or 0x4E633A) is known color: Dell. HEX triplet: 4E, 63 and 3A. RGB value is (78,99,58). Sum of RGB (Red+Green+Blue) = 78+99+58=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #4E633A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E633A is #B19CC5. Grayscale: #585858. Windows color (decimal): -11640006 or 3826510. OLE color: 3826510.

HSL color Cylindrical-coordinate representation of color #4E633A: hue angle of 90.73º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E633A is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB 78 99 58 -
CMYK 0.21 0 0.41 0.61
HSL 90.73º 0.26% 0.31% -
HSV(B) 90.73º 0.41% 0.39% -
XYZ 8.37 10.85 5.66 -
YUV 88.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 78 99 58 0.21 0 0.41 0.61 90.73 0.26 0.31
Hex 4E 63 3A 15 0 29 3D 5B 1A 1F
Octal 116 143 72 25 0 51 75 133 32 37
Binary 1001110 1100011 111010 10101 0 101001 111101 1011011 11010 11111

Color Harmonies of #4E633A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E633A

Black with #4E633A

Text Example


Text Example

White with #4E633A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E633A; }

 p { color: rgb(78,99,58); }

 H1.HeaderClassName
 {
   color: #4E633A;
 }
 .AnyTagClassName
 {
   color: #4E633A;
 }
</style>

background-color css

<style>
 a { background-color: #4E633A; }

 a { background-color: rgb(78,99,58); }

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

border-color css

<style>
 span { border-color: #4E633A; }

 span { border-color: rgb(78,99,58); }

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