Html Css Color HEX #4C762E Dell

📋 copy color: '#4C762E'

red 76 ◦ green 118 ◦ blue 46

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

Shades of Dell #4C762E

Tints of Dell #4C762E

RGB

 RED value IS 76 (30.08% from 255) = 31.67%

 GREEN value IS 118 (46.48% from 255) = 49.17%

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

R = 31.67%
G = 49.17%
B = 19.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#4C762E (or 0x4C762E) is known color: Dell. HEX triplet: 4C, 76 and 2E. RGB value is (76,118,46). Sum of RGB (Red+Green+Blue) = 76+118+46=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #4C762E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C762E is #B389D1. Grayscale: #616161. Windows color (decimal): -11766226 or 3044940. OLE color: 3044940.

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

Color convert

RGB 76 118 46 -
CMYK 0.36 0 0.61 0.54
HSL 95º 0.44% 0.32% -
HSV(B) 95º 0.61% 0.46% -
XYZ 9.95 14.69 4.9 -
YUV 97.23 99.09 112.85 -
System Red Green Blue C M Y K H S L
Decimal 76 118 46 0.36 0 0.61 0.54 95 0.44 0.32
Hex 4C 76 2E 24 0 3D 36 5F 2C 20
Octal 114 166 56 44 0 75 66 137 54 40
Binary 1001100 1110110 101110 100100 0 111101 110110 1011111 101100 100000

Color Harmonies of #4C762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C762E

Black with #4C762E

Text Example


Text Example

White with #4C762E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,118,46); }

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

background-color css

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

 a { background-color: rgb(76,118,46); }

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

border-color css

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

 span { border-color: rgb(76,118,46); }

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