Html Css Color HEX #4E6135 Dell

📋 copy color: '#4E6135'

red 78 ◦ green 97 ◦ blue 53

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

Shades of Dell #4E6135

Tints of Dell #4E6135

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.54%

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

R = 34.21%
G = 42.54%
B = 23.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#4E6135 (or 0x4E6135) is known color: Dell. HEX triplet: 4E, 61 and 35. RGB value is (78,97,53). Sum of RGB (Red+Green+Blue) = 78+97+53=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #4E6135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6135 is #B19ECA. Grayscale: #565656. Windows color (decimal): -11640523 or 3498318. OLE color: 3498318.

HSL color Cylindrical-coordinate representation of color #4E6135: hue angle of 85.91º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E6135 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 97 53 -
CMYK 0.20 0 0.45 0.62
HSL 85.91º 0.29% 0.29% -
HSV(B) 85.91º 0.45% 0.38% -
XYZ 8.06 10.43 4.96 -
YUV 86.3 109.21 122.08 -
System Red Green Blue C M Y K H S L
Decimal 78 97 53 0.20 0 0.45 0.62 85.91 0.29 0.29
Hex 4E 61 35 14 0 2D 3E 56 1D 1D
Octal 116 141 65 24 0 55 76 126 35 35
Binary 1001110 1100001 110101 10100 0 101101 111110 1010110 11101 11101

Color Harmonies of #4E6135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6135

Black with #4E6135

Text Example


Text Example

White with #4E6135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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