Html Css Color HEX #476348 Nandor

📋 copy color: '#476348'

red 71 ◦ green 99 ◦ blue 72

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

Shades of Nandor #476348

Tints of Nandor #476348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.91%

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

R = 29.34%
G = 40.91%
B = 29.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#476348 (or 0x476348) is known color: Nandor. HEX triplet: 47, 63 and 48. RGB value is (71,99,72). Sum of RGB (Red+Green+Blue) = 71+99+72=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 99 - color contains mainly: green. Hex color #476348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476348 is #B89CB7. Grayscale: #575757. Windows color (decimal): -12098744 or 4744007. OLE color: 4744007.

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

Color convert

RGB 71 99 72 -
CMYK 0.28 0 0.27 0.61
HSL 122.14º 0.16% 0.33% -
HSV(B) 122.14º 0.28% 0.39% -
XYZ 8.23 10.73 7.77 -
YUV 87.55 119.22 116.2 -
System Red Green Blue C M Y K H S L
Decimal 71 99 72 0.28 0 0.27 0.61 122.14 0.16 0.33
Hex 47 63 48 1C 0 1B 3D 7A 10 21
Octal 107 143 110 34 0 33 75 172 20 41
Binary 1000111 1100011 1001000 11100 0 11011 111101 1111010 10000 100001

Color Harmonies of #476348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476348

Black with #476348

Text Example


Text Example

White with #476348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476348; }

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

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

background-color css

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

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

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

border-color css

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

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

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