Html Css Color HEX #4A6748 Nandor

📋 copy color: '#4A6748'

red 74 ◦ green 103 ◦ blue 72

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

Shades of Nandor #4A6748

Tints of Nandor #4A6748

RGB

 RED value IS 74 (29.3% from 255) = 29.72%

 GREEN value IS 103 (40.63% from 255) = 41.37%

 BLUE value IS 72 (28.52% from 255) = 28.92%

R = 29.72%
G = 41.37%
B = 28.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#4A6748 (or 0x4A6748) is known color: Nandor. HEX triplet: 4A, 67 and 48. RGB value is (74,103,72). Sum of RGB (Red+Green+Blue) = 74+103+72=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 103 - color contains mainly: green. Hex color #4A6748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6748 is #B598B7. Grayscale: #5A5A5A. Windows color (decimal): -11901112 or 4745034. OLE color: 4745034.

HSL color Cylindrical-coordinate representation of color #4A6748: hue angle of 116.13º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A6748 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 103 72 -
CMYK 0.28 0 0.30 0.60
HSL 116.13º 0.18% 0.34% -
HSV(B) 116.13º 0.3% 0.4% -
XYZ 8.84 11.62 7.91 -
YUV 90.8 117.39 116.02 -
System Red Green Blue C M Y K H S L
Decimal 74 103 72 0.28 0 0.30 0.60 116.13 0.18 0.34
Hex 4A 67 48 1C 0 1E 3C 74 12 22
Octal 112 147 110 34 0 36 74 164 22 42
Binary 1001010 1100111 1001000 11100 0 11110 111100 1110100 10010 100010

Color Harmonies of #4A6748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6748

Black with #4A6748

Text Example


Text Example

White with #4A6748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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