Html Css Color HEX #4C6732 Dell

📋 copy color: '#4C6732'

red 76 ◦ green 103 ◦ blue 50

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

Shades of Dell #4C6732

Tints of Dell #4C6732

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.98%

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

R = 33.19%
G = 44.98%
B = 21.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#4C6732 (or 0x4C6732) is known color: Dell. HEX triplet: 4C, 67 and 32. RGB value is (76,103,50). Sum of RGB (Red+Green+Blue) = 76+103+50=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #4C6732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6732 is #B398CD. Grayscale: #595959. Windows color (decimal): -11770062 or 3303244. OLE color: 3303244.

HSL color Cylindrical-coordinate representation of color #4C6732: hue angle of 90.57º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C6732 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 76 103 50 -
CMYK 0.26 0 0.51 0.60
HSL 90.57º 0.35% 0.3% -
HSV(B) 90.57º 0.51% 0.4% -
XYZ 8.41 11.47 4.79 -
YUV 88.89 106.05 118.81 -
System Red Green Blue C M Y K H S L
Decimal 76 103 50 0.26 0 0.51 0.60 90.57 0.35 0.3
Hex 4C 67 32 1A 0 33 3C 5B 23 1E
Octal 114 147 62 32 0 63 74 133 43 36
Binary 1001100 1100111 110010 11010 0 110011 111100 1011011 100011 11110

Color Harmonies of #4C6732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6732

Black with #4C6732

Text Example


Text Example

White with #4C6732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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