Html Css Color HEX #4C5A4B Nandor

📋 copy color: '#4C5A4B'

red 76 ◦ green 90 ◦ blue 75

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

Shades of Nandor #4C5A4B

Tints of Nandor #4C5A4B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.34%

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

R = 31.54%
G = 37.34%
B = 31.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#4C5A4B (or 0x4C5A4B) is known color: Nandor. HEX triplet: 4C, 5A and 4B. RGB value is (76,90,75). Sum of RGB (Red+Green+Blue) = 76+90+75=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5A4B is #B3A5B4. Grayscale: #545454. Windows color (decimal): -11773365 or 4938316. OLE color: 4938316.

HSL color Cylindrical-coordinate representation of color #4C5A4B: hue angle of 116º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4C5A4B is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 76 90 75 -
CMYK 0.16 0 0.17 0.65
HSL 116º 0.09% 0.32% -
HSV(B) 116º 0.17% 0.35% -
XYZ 7.91 9.36 8.05 -
YUV 84.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 76 90 75 0.16 0 0.17 0.65 116 0.09 0.32
Hex 4C 5A 4B 10 0 11 41 74 9 20
Octal 114 132 113 20 0 21 101 164 11 40
Binary 1001100 1011010 1001011 10000 0 10001 1000001 1110100 1001 100000

Color Harmonies of #4C5A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5A4B

Black with #4C5A4B

Text Example


Text Example

White with #4C5A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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