Html Css Color HEX #4C6532 Dell

📋 copy color: '#4C6532'

red 76 ◦ green 101 ◦ blue 50

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

Shades of Dell #4C6532

Tints of Dell #4C6532

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.49%

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

R = 33.48%
G = 44.49%
B = 22.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#4C6532 (or 0x4C6532) is known color: Dell. HEX triplet: 4C, 65 and 32. RGB value is (76,101,50). Sum of RGB (Red+Green+Blue) = 76+101+50=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 101 - color contains mainly: green. Hex color #4C6532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6532 is #B39ACD. Grayscale: #575757. Windows color (decimal): -11770574 or 3302732. OLE color: 3302732.

HSL color Cylindrical-coordinate representation of color #4C6532: hue angle of 89.41º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C6532 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 76 101 50 -
CMYK 0.25 0 0.50 0.60
HSL 89.41º 0.34% 0.3% -
HSV(B) 89.41º 0.5% 0.4% -
XYZ 8.21 11.07 4.72 -
YUV 87.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 76 101 50 0.25 0 0.50 0.60 89.41 0.34 0.3
Hex 4C 65 32 19 0 32 3C 59 22 1E
Octal 114 145 62 31 0 62 74 131 42 36
Binary 1001100 1100101 110010 11001 0 110010 111100 1011001 100010 11110

Color Harmonies of #4C6532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6532

Black with #4C6532

Text Example


Text Example

White with #4C6532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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