Html Css Color HEX #464932 Waiouru

📋 copy color: '#464932'

red 70 ◦ green 73 ◦ blue 50

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

Shades of Waiouru #464932

Tints of Waiouru #464932

RGB

 RED value IS 70 (27.73% from 255) = 36.27%

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

 BLUE value IS 50 (19.92% from 255) = 25.91%

R = 36.27%
G = 37.82%
B = 25.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#464932 (or 0x464932) is known color: Waiouru. HEX triplet: 46, 49 and 32. RGB value is (70,73,50). Sum of RGB (Red+Green+Blue) = 70+73+50=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #464932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464932 is #B9B6CD. Grayscale: #454545. Windows color (decimal): -12170958 or 3295558. OLE color: 3295558.

HSL color Cylindrical-coordinate representation of color #464932: hue angle of 67.83º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #464932 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 73 50 -
CMYK 0.04 0 0.32 0.71
HSL 67.83º 0.19% 0.24% -
HSV(B) 67.83º 0.32% 0.29% -
XYZ 5.48 6.3 3.94 -
YUV 69.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 70 73 50 0.04 0 0.32 0.71 67.83 0.19 0.24
Hex 46 49 32 4 0 20 47 44 13 18
Octal 106 111 62 4 0 40 107 104 23 30
Binary 1000110 1001001 110010 100 0 100000 1000111 1000100 10011 11000

Color Harmonies of #464932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464932

Black with #464932

Text Example


Text Example

White with #464932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464932; }

 p { color: rgb(70,73,50); }

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

background-color css

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

 a { background-color: rgb(70,73,50); }

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

border-color css

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

 span { border-color: rgb(70,73,50); }

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