Html Css Color HEX #476748 Nandor

📋 copy color: '#476748'

red 71 ◦ green 103 ◦ blue 72

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

Shades of Nandor #476748

Tints of Nandor #476748

RGB

 RED value IS 71 (28.13% from 255) = 28.86%

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

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

R = 28.86%
G = 41.87%
B = 29.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#476748 (or 0x476748) is known color: Nandor. HEX triplet: 47, 67 and 48. RGB value is (71,103,72). Sum of RGB (Red+Green+Blue) = 71+103+72=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 103 - color contains mainly: green. Hex color #476748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476748 is #B898B7. Grayscale: #595959. Windows color (decimal): -12097720 or 4745031. OLE color: 4745031.

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

Color convert

RGB 71 103 72 -
CMYK 0.31 0 0.30 0.60
HSL 121.88º 0.18% 0.34% -
HSV(B) 121.88º 0.31% 0.4% -
XYZ 8.62 11.51 7.9 -
YUV 89.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 71 103 72 0.31 0 0.30 0.60 121.88 0.18 0.34
Hex 47 67 48 1F 0 1E 3C 7A 12 22
Octal 107 147 110 37 0 36 74 172 22 42
Binary 1000111 1100111 1001000 11111 0 11110 111100 1111010 10010 100010

Color Harmonies of #476748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476748

Black with #476748

Text Example


Text Example

White with #476748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476748; }

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

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

background-color css

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

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

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

border-color css

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

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

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