Html Css Color HEX #474826 Waiouru

📋 copy color: '#474826'

red 71 ◦ green 72 ◦ blue 38

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

Shades of Waiouru #474826

Tints of Waiouru #474826

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.78%

 BLUE value IS 38 (15.23% from 255) = 20.99%

R = 39.23%
G = 39.78%
B = 20.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#474826 (or 0x474826) is known color: Waiouru. HEX triplet: 47, 48 and 26. RGB value is (71,72,38). Sum of RGB (Red+Green+Blue) = 71+72+38=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #474826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474826 is #B8B7D9. Grayscale: #434343. Windows color (decimal): -12105690 or 2508871. OLE color: 2508871.

HSL color Cylindrical-coordinate representation of color #474826: hue angle of 61.76º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #474826 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 72 38 -
CMYK 0.01 0 0.47 0.72
HSL 61.76º 0.31% 0.22% -
HSV(B) 61.76º 0.47% 0.28% -
XYZ 5.27 6.11 2.74 -
YUV 67.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 71 72 38 0.01 0 0.47 0.72 61.76 0.31 0.22
Hex 47 48 26 1 0 2F 48 3E 1F 16
Octal 107 110 46 1 0 57 110 76 37 26
Binary 1000111 1001000 100110 1 0 101111 1001000 111110 11111 10110

Color Harmonies of #474826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474826

Black with #474826

Text Example


Text Example

White with #474826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474826; }

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

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

background-color css

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

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

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

border-color css

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

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

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