Html Css Color HEX #4C712C Dell

📋 copy color: '#4C712C'

red 76 ◦ green 113 ◦ blue 44

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

Shades of Dell #4C712C

Tints of Dell #4C712C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.88%

R = 32.62%
G = 48.5%
B = 18.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#4C712C (or 0x4C712C) is known color: Dell. HEX triplet: 4C, 71 and 2C. RGB value is (76,113,44). Sum of RGB (Red+Green+Blue) = 76+113+44=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #4C712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C712C is #B38ED3. Grayscale: #5E5E5E. Windows color (decimal): -11767508 or 2912588. OLE color: 2912588.

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

Color convert

RGB 76 113 44 -
CMYK 0.33 0 0.61 0.56
HSL 92.17º 0.44% 0.31% -
HSV(B) 92.17º 0.61% 0.44% -
XYZ 9.34 13.53 4.5 -
YUV 94.07 99.74 115.11 -
System Red Green Blue C M Y K H S L
Decimal 76 113 44 0.33 0 0.61 0.56 92.17 0.44 0.31
Hex 4C 71 2C 21 0 3D 38 5C 2C 1F
Octal 114 161 54 41 0 75 70 134 54 37
Binary 1001100 1110001 101100 100001 0 111101 111000 1011100 101100 11111

Color Harmonies of #4C712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C712C

Black with #4C712C

Text Example


Text Example

White with #4C712C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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