Html Css Color HEX #4C7434 Dell

📋 copy color: '#4C7434'

red 76 ◦ green 116 ◦ blue 52

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

Shades of Dell #4C7434

Tints of Dell #4C7434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.54%

 BLUE value IS 52 (20.7% from 255) = 21.31%

R = 31.15%
G = 47.54%
B = 21.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#4C7434 (or 0x4C7434) is known color: Dell. HEX triplet: 4C, 74 and 34. RGB value is (76,116,52). Sum of RGB (Red+Green+Blue) = 76+116+52=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #4C7434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7434 is #B38BCB. Grayscale: #606060. Windows color (decimal): -11766732 or 3437644. OLE color: 3437644.

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

Color convert

RGB 76 116 52 -
CMYK 0.34 0 0.55 0.55
HSL 97.5º 0.38% 0.33% -
HSV(B) 97.5º 0.55% 0.45% -
XYZ 9.85 14.28 5.49 -
YUV 96.74 102.75 113.2 -
System Red Green Blue C M Y K H S L
Decimal 76 116 52 0.34 0 0.55 0.55 97.5 0.38 0.33
Hex 4C 74 34 22 0 37 37 62 26 21
Octal 114 164 64 42 0 67 67 142 46 41
Binary 1001100 1110100 110100 100010 0 110111 110111 1100010 100110 100001

Color Harmonies of #4C7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7434

Black with #4C7434

Text Example


Text Example

White with #4C7434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,116,52); }

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

background-color css

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

 a { background-color: rgb(76,116,52); }

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

border-color css

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

 span { border-color: rgb(76,116,52); }

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