Html Css Color HEX #4E7530 Dell

📋 copy color: '#4E7530'

red 78 ◦ green 117 ◦ blue 48

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

Shades of Dell #4E7530

Tints of Dell #4E7530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.15%

 BLUE value IS 48 (19.14% from 255) = 19.75%

R = 32.1%
G = 48.15%
B = 19.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#4E7530 (or 0x4E7530) is known color: Dell. HEX triplet: 4E, 75 and 30. RGB value is (78,117,48). Sum of RGB (Red+Green+Blue) = 78+117+48=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #4E7530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7530 is #B18ACF. Grayscale: #616161. Windows color (decimal): -11635408 or 3175758. OLE color: 3175758.

HSL color Cylindrical-coordinate representation of color #4E7530: hue angle of 93.91º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E7530 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 78 117 48 -
CMYK 0.33 0 0.59 0.54
HSL 93.91º 0.42% 0.32% -
HSV(B) 93.91º 0.59% 0.46% -
XYZ 10.04 14.56 5.08 -
YUV 97.47 100.08 114.11 -
System Red Green Blue C M Y K H S L
Decimal 78 117 48 0.33 0 0.59 0.54 93.91 0.42 0.32
Hex 4E 75 30 21 0 3B 36 5E 2A 20
Octal 116 165 60 41 0 73 66 136 52 40
Binary 1001110 1110101 110000 100001 0 111011 110110 1011110 101010 100000

Color Harmonies of #4E7530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7530

Black with #4E7530

Text Example


Text Example

White with #4E7530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,117,48); }

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

background-color css

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

 a { background-color: rgb(78,117,48); }

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

border-color css

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

 span { border-color: rgb(78,117,48); }

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