Html Css Color HEX #4C654A Nandor

📋 copy color: '#4C654A'

red 76 ◦ green 101 ◦ blue 74

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

Shades of Nandor #4C654A

Tints of Nandor #4C654A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.24%

 BLUE value IS 74 (29.3% from 255) = 29.48%

R = 30.28%
G = 40.24%
B = 29.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#4C654A (or 0x4C654A) is known color: Nandor. HEX triplet: 4C, 65 and 4A. RGB value is (76,101,74). Sum of RGB (Red+Green+Blue) = 76+101+74=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 101 - color contains mainly: green. Hex color #4C654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C654A is #B39AB5. Grayscale: #5A5A5A. Windows color (decimal): -11770550 or 4875596. OLE color: 4875596.

HSL color Cylindrical-coordinate representation of color #4C654A: hue angle of 115.56º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C654A is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB 76 101 74 -
CMYK 0.25 0 0.27 0.60
HSL 115.56º 0.15% 0.34% -
HSV(B) 115.56º 0.27% 0.4% -
XYZ 8.87 11.34 8.2 -
YUV 90.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 76 101 74 0.25 0 0.27 0.60 115.56 0.15 0.34
Hex 4C 65 4A 19 0 1B 3C 74 F 22
Octal 114 145 112 31 0 33 74 164 17 42
Binary 1001100 1100101 1001010 11001 0 11011 111100 1110100 1111 100010

Color Harmonies of #4C654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C654A

Black with #4C654A

Text Example


Text Example

White with #4C654A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,101,74); }

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

background-color css

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

 a { background-color: rgb(76,101,74); }

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

border-color css

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

 span { border-color: rgb(76,101,74); }

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