Html Css Color HEX #4C534B Grey-Asparagus

📋 copy color: '#4C534B'

red 76 ◦ green 83 ◦ blue 75

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

Shades of Grey-Asparagus #4C534B

Tints of Grey-Asparagus #4C534B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.47%

 BLUE value IS 75 (29.69% from 255) = 32.05%

R = 32.48%
G = 35.47%
B = 32.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#4C534B (or 0x4C534B) is known color: Grey-Asparagus. HEX triplet: 4C, 53 and 4B. RGB value is (76,83,75). Sum of RGB (Red+Green+Blue) = 76+83+75=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 83 - color contains mainly: green. Hex color #4C534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C534B is #B3ACB4. Grayscale: #505050. Windows color (decimal): -11775157 or 4936524. OLE color: 4936524.

HSL color Cylindrical-coordinate representation of color #4C534B: hue angle of 112.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4C534B is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 83 75 -
CMYK 0.08 0 0.10 0.67
HSL 112.5º 0.05% 0.31% -
HSV(B) 112.5º 0.1% 0.33% -
XYZ 7.34 8.23 7.86 -
YUV 80 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 76 83 75 0.08 0 0.10 0.67 112.5 0.05 0.31
Hex 4C 53 4B 8 0 A 43 70 5 1F
Octal 114 123 113 10 0 12 103 160 5 37
Binary 1001100 1010011 1001011 1000 0 1010 1000011 1110000 101 11111

Color Harmonies of #4C534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C534B

Black with #4C534B

Text Example


Text Example

White with #4C534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,83,75); }

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

background-color css

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

 a { background-color: rgb(76,83,75); }

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

border-color css

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

 span { border-color: rgb(76,83,75); }

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