Html Css Color HEX #4C752F Dell

📋 copy color: '#4C752F'

red 76 ◦ green 117 ◦ blue 47

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

Shades of Dell #4C752F

Tints of Dell #4C752F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.58%

R = 31.67%
G = 48.75%
B = 19.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#4C752F (or 0x4C752F) is known color: Dell. HEX triplet: 4C, 75 and 2F. RGB value is (76,117,47). Sum of RGB (Red+Green+Blue) = 76+117+47=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #4C752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C752F is #B38AD0. Grayscale: #616161. Windows color (decimal): -11766481 or 3110220. OLE color: 3110220.

HSL color Cylindrical-coordinate representation of color #4C752F: hue angle of 95.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C752F is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 117 47 -
CMYK 0.35 0 0.60 0.54
HSL 95.14º 0.43% 0.32% -
HSV(B) 95.14º 0.6% 0.46% -
XYZ 9.85 14.46 4.96 -
YUV 96.76 99.92 113.19 -
System Red Green Blue C M Y K H S L
Decimal 76 117 47 0.35 0 0.60 0.54 95.14 0.43 0.32
Hex 4C 75 2F 23 0 3C 36 5F 2B 20
Octal 114 165 57 43 0 74 66 137 53 40
Binary 1001100 1110101 101111 100011 0 111100 110110 1011111 101011 100000

Color Harmonies of #4C752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C752F

Black with #4C752F

Text Example


Text Example

White with #4C752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,117,47); }

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

background-color css

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

 a { background-color: rgb(76,117,47); }

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

border-color css

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

 span { border-color: rgb(76,117,47); }

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