Html Css Color HEX #474B28 Waiouru

📋 copy color: '#474B28'

red 71 ◦ green 75 ◦ blue 40

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

Shades of Waiouru #474B28

Tints of Waiouru #474B28

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.32%

 BLUE value IS 40 (16.02% from 255) = 21.51%

R = 38.17%
G = 40.32%
B = 21.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#474B28 (or 0x474B28) is known color: Waiouru. HEX triplet: 47, 4B and 28. RGB value is (71,75,40). Sum of RGB (Red+Green+Blue) = 71+75+40=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 75 - color contains mainly: green. Hex color #474B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B28 is #B8B4D7. Grayscale: #454545. Windows color (decimal): -12104920 or 2640711. OLE color: 2640711.

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

Color convert

RGB 71 75 40 -
CMYK 0.05 0 0.47 0.71
HSL 66.86º 0.3% 0.23% -
HSV(B) 66.86º 0.47% 0.29% -
XYZ 5.5 6.52 2.98 -
YUV 69.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 71 75 40 0.05 0 0.47 0.71 66.86 0.3 0.23
Hex 47 4B 28 5 0 2F 47 43 1E 17
Octal 107 113 50 5 0 57 107 103 36 27
Binary 1000111 1001011 101000 101 0 101111 1000111 1000011 11110 10111

Color Harmonies of #474B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474B28

Black with #474B28

Text Example


Text Example

White with #474B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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