#4A6948

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

Shades of Nandor #4A6948

Tints of Nandor #4A6948

Color information

#4A6948 (or 0x4A6948) is unknown color: approx Nandor. HEX triplet: 4A, 69 and 48. RGB value is (74,105,72). Sum of RGB (Red+Green+Blue) = 74+105+72=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #4A6948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6948 is #B596B7. Grayscale: #5C5C5C. Windows color (decimal): -11900600 or 4745546. OLE color: 4745546.

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

Color convert

RGB7410572-
CMYK0.3000.310.59
HSL116.36º18.64%34.71%-
HSV(B)116.36º31.43%41.18%-
XYZ9.0512.037.98-
YUV91.97116.73115.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.48%
GREEN value IS 105 (41.41% from 255) = 41.83%
BLUE value IS 72 (28.52% from 255) = 28.69%
R=29.48%
G=41.83%
B=28.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74105720.3000.310.59116.3618.6434.71
Hex4A69481E01F3B741323
Octal11215111036037731642343
Binary10010101101001100100011110011111111011111010010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,105,72); }

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

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

 a { background-color: rgb(74,105,72); }

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

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

 span { border-color: rgb(74,105,72); }

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