#4B6B4A

Color #4B6B4A Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #4B6B4A

Tints of Nandor #4B6B4A

Color information

#4B6B4A (or 0x4B6B4A) is unknown color: approx Nandor. HEX triplet: 4B, 6B and 4A. RGB value is (75,107,74). Sum of RGB (Red+Green+Blue) = 75+107+74=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 107 - color contains mainly: green. Hex color #4B6B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6B4A is #B494B5. Grayscale: #5D5D5D. Windows color (decimal): -11834550 or 4877131. OLE color: 4877131.

HSL color Cylindrical-coordinate representation of color #4B6B4A: hue angle of 118.18º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B6B4A is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB7510774-
CMYK0.3000.310.58
HSL118.18º18.23%35.49%-
HSV(B)118.18º30.84%41.96%-
XYZ9.412.518.4-
YUV93.67116.9114.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.30%
GREEN value IS 107 (42.19% from 255) = 41.80%
BLUE value IS 74 (29.30% from 255) = 28.91%
R=29.30%
G=41.80%
B=28.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75107740.3000.310.58118.1818.2335.49
Hex4B6B4A1E01F3A761223
Octal11315311236037721662243
Binary10010111101011100101011110011111111010111011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,107,74); }

 H1.HeaderClassName
 {
   color: #4B6B4A;
 }
 .AnyTagClassName
 {
   color: #4B6B4A;
 }
</style>
background-color css

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

 a { background-color: rgb(75,107,74); }

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

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

 span { border-color: rgb(75,107,74); }

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