Html Css Color HEX #464723 Waiouru

📋 copy color: '#464723'

red 70 ◦ green 71 ◦ blue 35

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

Shades of Waiouru #464723

Tints of Waiouru #464723

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.34%

 BLUE value IS 35 (14.06% from 255) = 19.89%

R = 39.77%
G = 40.34%
B = 19.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#464723 (or 0x464723) is known color: Waiouru. HEX triplet: 46, 47 and 23. RGB value is (70,71,35). Sum of RGB (Red+Green+Blue) = 70+71+35=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 35 (14.06% from 255 or 19.89% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #464723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464723 is #B9B8DC. Grayscale: #424242. Windows color (decimal): -12171485 or 2312006. OLE color: 2312006.

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

Color convert

RGB 70 71 35 -
CMYK 0.01 0 0.51 0.72
HSL 61.67º 0.34% 0.21% -
HSV(B) 61.67º 0.51% 0.28% -
XYZ 5.08 5.93 2.47 -
YUV 66.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 70 71 35 0.01 0 0.51 0.72 61.67 0.34 0.21
Hex 46 47 23 1 0 33 48 3E 22 15
Octal 106 107 43 1 0 63 110 76 42 25
Binary 1000110 1000111 100011 1 0 110011 1001000 111110 100010 10101

Color Harmonies of #464723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464723

Black with #464723

Text Example


Text Example

White with #464723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464723; }

 p { color: rgb(70,71,35); }

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

background-color css

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

 a { background-color: rgb(70,71,35); }

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

border-color css

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

 span { border-color: rgb(70,71,35); }

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