#474927

Color #474927 Waiouru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waiouru #474927

Tints of Waiouru #474927

Color information

#474927 (or 0x474927) is unknown color: approx Waiouru. HEX triplet: 47, 49 and 27. RGB value is (71,73,39). Sum of RGB (Red+Green+Blue) = 71+73+39=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #474927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474927 is #B8B6D8. Grayscale: #444444. Windows color (decimal): -12105433 or 2574663. OLE color: 2574663.

HSL color Cylindrical-coordinate representation of color #474927: hue angle of 63.53º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #474927 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB717339-
CMYK0.0300.470.71
HSL63.53º30.36%21.96%-
HSV(B)63.53º46.58%28.63%-
XYZ5.356.252.84-
YUV68.53111.34129.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 39 (15.62% from 255) = 21.31%
R=38.80%
G=39.89%
B=21.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7173390.0300.470.7163.5330.3621.96
Hex474927302F47401e16
Octal1071114730571071003626
Binary10001111001001100111110101111100011110000001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474927; }

 p { color: rgb(71,73,39); }

 H1.HeaderClassName
 {
   color: #474927;
 }
 .AnyTagClassName
 {
   color: #474927;
 }
</style>
background-color css

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

 a { background-color: rgb(71,73,39); }

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

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

 span { border-color: rgb(71,73,39); }

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