Html Css Color HEX #4C712F Dell

📋 copy color: '#4C712F'

red 76 ◦ green 113 ◦ blue 47

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

Shades of Dell #4C712F

Tints of Dell #4C712F

RGB

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

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

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

R = 32.2%
G = 47.88%
B = 19.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#4C712F (or 0x4C712F) is known color: Dell. HEX triplet: 4C, 71 and 2F. RGB value is (76,113,47). Sum of RGB (Red+Green+Blue) = 76+113+47=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #4C712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C712F is #B38ED0. Grayscale: #5E5E5E. Windows color (decimal): -11767505 or 3109196. OLE color: 3109196.

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

Color convert

RGB 76 113 47 -
CMYK 0.33 0 0.58 0.56
HSL 93.64º 0.41% 0.31% -
HSV(B) 93.64º 0.58% 0.44% -
XYZ 9.4 13.55 4.81 -
YUV 94.41 101.24 114.87 -
System Red Green Blue C M Y K H S L
Decimal 76 113 47 0.33 0 0.58 0.56 93.64 0.41 0.31
Hex 4C 71 2F 21 0 3A 38 5E 29 1F
Octal 114 161 57 41 0 72 70 136 51 37
Binary 1001100 1110001 101111 100001 0 111010 111000 1011110 101001 11111

Color Harmonies of #4C712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C712F

Black with #4C712F

Text Example


Text Example

White with #4C712F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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