#474B2F

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

Shades of Waiouru #474B2F

Tints of Waiouru #474B2F

Color information

#474B2F (or 0x474B2F) is unknown color: approx Waiouru. HEX triplet: 47, 4B and 2F. RGB value is (71,75,47). Sum of RGB (Red+Green+Blue) = 71+75+47=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 75 - color contains mainly: green. Hex color #474B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B2F is #B8B4D0. Grayscale: #464646. Windows color (decimal): -12104913 or 3099463. OLE color: 3099463.

HSL color Cylindrical-coordinate representation of color #474B2F: hue angle of 68.57º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #474B2F is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB717547-
CMYK0.0500.370.71
HSL68.57º22.95%23.92%-
HSV(B)68.57º37.33%29.41%-
XYZ5.636.583.66-
YUV70.61114.67128.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 47 (18.75% from 255) = 24.35%
R=36.79%
G=38.86%
B=24.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7175470.0500.370.7168.5722.9523.92
Hex474B2F502547451718
Octal1071135750451071052730
Binary100011110010111011111010100101100011110001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474B2F; }

 p { color: rgb(71,75,47); }

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

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

 a { background-color: rgb(71,75,47); }

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

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

 span { border-color: rgb(71,75,47); }

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