Html Css Color HEX #476248 Nandor

📋 copy color: '#476248'

red 71 ◦ green 98 ◦ blue 72

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

Shades of Nandor #476248

Tints of Nandor #476248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.66%

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

R = 29.46%
G = 40.66%
B = 29.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#476248 (or 0x476248) is known color: Nandor. HEX triplet: 47, 62 and 48. RGB value is (71,98,72). Sum of RGB (Red+Green+Blue) = 71+98+72=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #476248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476248 is #B89DB7. Grayscale: #575757. Windows color (decimal): -12099000 or 4743751. OLE color: 4743751.

HSL color Cylindrical-coordinate representation of color #476248: hue angle of 122.22º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #476248 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 98 72 -
CMYK 0.28 0 0.27 0.62
HSL 122.22º 0.16% 0.33% -
HSV(B) 122.22º 0.28% 0.38% -
XYZ 8.14 10.54 7.74 -
YUV 86.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 71 98 72 0.28 0 0.27 0.62 122.22 0.16 0.33
Hex 47 62 48 1C 0 1B 3E 7A 10 21
Octal 107 142 110 34 0 33 76 172 20 41
Binary 1000111 1100010 1001000 11100 0 11011 111110 1111010 10000 100001

Color Harmonies of #476248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476248

Black with #476248

Text Example


Text Example

White with #476248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476248; }

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

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

background-color css

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

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

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

border-color css

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

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

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