Html Css Color HEX #4C732F Dell

📋 copy color: '#4C732F'

red 76 ◦ green 115 ◦ blue 47

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

Shades of Dell #4C732F

Tints of Dell #4C732F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.32%

 BLUE value IS 47 (18.75% from 255) = 19.75%

R = 31.93%
G = 48.32%
B = 19.75%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#4C732F (or 0x4C732F) is known color: Dell. HEX triplet: 4C, 73 and 2F. RGB value is (76,115,47). Sum of RGB (Red+Green+Blue) = 76+115+47=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #4C732F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C732F is #B38CD0. Grayscale: #5F5F5F. Windows color (decimal): -11766993 or 3109708. OLE color: 3109708.

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

Color convert

RGB 76 115 47 -
CMYK 0.34 0 0.59 0.55
HSL 94.41º 0.42% 0.32% -
HSV(B) 94.41º 0.59% 0.45% -
XYZ 9.62 14 4.88 -
YUV 95.59 100.58 114.03 -
System Red Green Blue C M Y K H S L
Decimal 76 115 47 0.34 0 0.59 0.55 94.41 0.42 0.32
Hex 4C 73 2F 22 0 3B 37 5E 2A 20
Octal 114 163 57 42 0 73 67 136 52 40
Binary 1001100 1110011 101111 100010 0 111011 110111 1011110 101010 100000

Color Harmonies of #4C732F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C732F

Black with #4C732F

Text Example


Text Example

White with #4C732F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,115,47); }

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

background-color css

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

 a { background-color: rgb(76,115,47); }

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

border-color css

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

 span { border-color: rgb(76,115,47); }

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