Html Css Color HEX #474927 Waiouru

📋 copy color: '#474927'

red 71 ◦ green 73 ◦ blue 39

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

Shades of Waiouru #474927

Tints of Waiouru #474927

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.89%

 BLUE value IS 39 (15.63% from 255) = 21.31%

R = 38.8%
G = 39.89%
B = 21.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#474927 (or 0x474927) is known color: 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

RGB 71 73 39 -
CMYK 0.03 0 0.47 0.71
HSL 63.53º 0.3% 0.22% -
HSV(B) 63.53º 0.47% 0.29% -
XYZ 5.35 6.25 2.84 -
YUV 68.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 71 73 39 0.03 0 0.47 0.71 63.53 0.3 0.22
Hex 47 49 27 3 0 2F 47 40 1E 16
Octal 107 111 47 3 0 57 107 100 36 26
Binary 1000111 1001001 100111 11 0 101111 1000111 1000000 11110 10110

Color Harmonies of #474927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474927

Black with #474927

Text Example


Text Example

White with #474927

Text Example


Text Example

HTML Codes & Css Web 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>