Html Css Color HEX #4E7135 Dell

📋 copy color: '#4E7135'

red 78 ◦ green 113 ◦ blue 53

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

Shades of Dell #4E7135

Tints of Dell #4E7135

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.31%

 BLUE value IS 53 (21.09% from 255) = 21.72%

R = 31.97%
G = 46.31%
B = 21.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#4E7135 (or 0x4E7135) is known color: Dell. HEX triplet: 4E, 71 and 35. RGB value is (78,113,53). Sum of RGB (Red+Green+Blue) = 78+113+53=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #4E7135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7135 is #B18ECA. Grayscale: #5F5F5F. Windows color (decimal): -11636427 or 3502414. OLE color: 3502414.

HSL color Cylindrical-coordinate representation of color #4E7135: hue angle of 95º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E7135 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 113 53 -
CMYK 0.31 0 0.53 0.56
HSL 95º 0.36% 0.33% -
HSV(B) 95º 0.53% 0.44% -
XYZ 9.69 13.69 5.5 -
YUV 95.7 103.9 115.38 -
System Red Green Blue C M Y K H S L
Decimal 78 113 53 0.31 0 0.53 0.56 95 0.36 0.33
Hex 4E 71 35 1F 0 35 38 5F 24 21
Octal 116 161 65 37 0 65 70 137 44 41
Binary 1001110 1110001 110101 11111 0 110101 111000 1011111 100100 100001

Color Harmonies of #4E7135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7135

Black with #4E7135

Text Example


Text Example

White with #4E7135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,113,53); }

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

background-color css

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

 a { background-color: rgb(78,113,53); }

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

border-color css

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

 span { border-color: rgb(78,113,53); }

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