Html Css Color HEX #4C7432 Dell

📋 copy color: '#4C7432'

red 76 ◦ green 116 ◦ blue 50

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

Shades of Dell #4C7432

Tints of Dell #4C7432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.66%

R = 31.4%
G = 47.93%
B = 20.66%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#4C7432 (or 0x4C7432) is known color: Dell. HEX triplet: 4C, 74 and 32. RGB value is (76,116,50). Sum of RGB (Red+Green+Blue) = 76+116+50=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #4C7432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7432 is #B38BCD. Grayscale: #606060. Windows color (decimal): -11766734 or 3306572. OLE color: 3306572.

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

Color convert

RGB 76 116 50 -
CMYK 0.34 0 0.57 0.55
HSL 96.36º 0.4% 0.33% -
HSV(B) 96.36º 0.57% 0.45% -
XYZ 9.8 14.26 5.25 -
YUV 96.52 101.75 113.37 -
System Red Green Blue C M Y K H S L
Decimal 76 116 50 0.34 0 0.57 0.55 96.36 0.4 0.33
Hex 4C 74 32 22 0 39 37 60 28 21
Octal 114 164 62 42 0 71 67 140 50 41
Binary 1001100 1110100 110010 100010 0 111001 110111 1100000 101000 100001

Color Harmonies of #4C7432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7432

Black with #4C7432

Text Example


Text Example

White with #4C7432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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