Html Css Color HEX #4C6133 Dell

📋 copy color: '#4C6133'

red 76 ◦ green 97 ◦ blue 51

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

Shades of Dell #4C6133

Tints of Dell #4C6133

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.3%

 BLUE value IS 51 (20.31% from 255) = 22.77%

R = 33.93%
G = 43.3%
B = 22.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#4C6133 (or 0x4C6133) is known color: Dell. HEX triplet: 4C, 61 and 33. RGB value is (76,97,51). Sum of RGB (Red+Green+Blue) = 76+97+51=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #4C6133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6133 is #B39ECC. Grayscale: #555555. Windows color (decimal): -11771597 or 3367244. OLE color: 3367244.

HSL color Cylindrical-coordinate representation of color #4C6133: hue angle of 87.39º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C6133 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 97 51 -
CMYK 0.22 0 0.47 0.62
HSL 87.39º 0.31% 0.29% -
HSV(B) 87.39º 0.47% 0.38% -
XYZ 7.85 10.32 4.71 -
YUV 85.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 76 97 51 0.22 0 0.47 0.62 87.39 0.31 0.29
Hex 4C 61 33 16 0 2F 3E 57 1F 1D
Octal 114 141 63 26 0 57 76 127 37 35
Binary 1001100 1100001 110011 10110 0 101111 111110 1010111 11111 11101

Color Harmonies of #4C6133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6133

Black with #4C6133

Text Example


Text Example

White with #4C6133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,97,51); }

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

background-color css

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

 a { background-color: rgb(76,97,51); }

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

border-color css

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

 span { border-color: rgb(76,97,51); }

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