Html Css Color HEX #476148 Nandor

📋 copy color: '#476148'

red 71 ◦ green 97 ◦ blue 72

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

Shades of Nandor #476148

Tints of Nandor #476148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.42%

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

R = 29.58%
G = 40.42%
B = 30%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#476148 (or 0x476148) is known color: Nandor. HEX triplet: 47, 61 and 48. RGB value is (71,97,72). Sum of RGB (Red+Green+Blue) = 71+97+72=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #476148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476148 is #B89EB7. Grayscale: #565656. Windows color (decimal): -12099256 or 4743495. OLE color: 4743495.

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

Color convert

RGB 71 97 72 -
CMYK 0.27 0 0.26 0.62
HSL 122.31º 0.15% 0.33% -
HSV(B) 122.31º 0.27% 0.38% -
XYZ 8.04 10.36 7.71 -
YUV 86.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 71 97 72 0.27 0 0.26 0.62 122.31 0.15 0.33
Hex 47 61 48 1B 0 1A 3E 7A F 21
Octal 107 141 110 33 0 32 76 172 17 41
Binary 1000111 1100001 1001000 11011 0 11010 111110 1111010 1111 100001

Color Harmonies of #476148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476148

Black with #476148

Text Example


Text Example

White with #476148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476148; }

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

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

background-color css

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

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

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

border-color css

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

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

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