Html Css Color HEX #464828 Waiouru

📋 copy color: '#464828'

red 70 ◦ green 72 ◦ blue 40

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

Shades of Waiouru #464828

Tints of Waiouru #464828

RGB

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

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

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

R = 38.46%
G = 39.56%
B = 21.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#464828 (or 0x464828) is known color: Waiouru. HEX triplet: 46, 48 and 28. RGB value is (70,72,40). Sum of RGB (Red+Green+Blue) = 70+72+40=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #464828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464828 is #B9B7D7. Grayscale: #434343. Windows color (decimal): -12171224 or 2639942. OLE color: 2639942.

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

Color convert

RGB 70 72 40 -
CMYK 0.03 0 0.44 0.72
HSL 63.75º 0.29% 0.22% -
HSV(B) 63.75º 0.44% 0.28% -
XYZ 5.23 6.09 2.91 -
YUV 67.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 70 72 40 0.03 0 0.44 0.72 63.75 0.29 0.22
Hex 46 48 28 3 0 2C 48 40 1D 16
Octal 106 110 50 3 0 54 110 100 35 26
Binary 1000110 1001000 101000 11 0 101100 1001000 1000000 11101 10110

Color Harmonies of #464828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464828

Black with #464828

Text Example


Text Example

White with #464828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464828; }

 p { color: rgb(70,72,40); }

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

background-color css

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

 a { background-color: rgb(70,72,40); }

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

border-color css

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

 span { border-color: rgb(70,72,40); }

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