Html Css Color HEX #464927 Waiouru

📋 copy color: '#464927'

red 70 ◦ green 73 ◦ blue 39

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

Shades of Waiouru #464927

Tints of Waiouru #464927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.43%

R = 38.46%
G = 40.11%
B = 21.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#464927 (or 0x464927) is known color: Waiouru. HEX triplet: 46, 49 and 27. RGB value is (70,73,39). Sum of RGB (Red+Green+Blue) = 70+73+39=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 73 - color contains mainly: green. Hex color #464927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464927 is #B9B6D8. Grayscale: #444444. Windows color (decimal): -12170969 or 2574662. OLE color: 2574662.

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

Color convert

RGB 70 73 39 -
CMYK 0.04 0 0.47 0.71
HSL 65.29º 0.3% 0.22% -
HSV(B) 65.29º 0.47% 0.29% -
XYZ 5.27 6.21 2.84 -
YUV 68.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 70 73 39 0.04 0 0.47 0.71 65.29 0.3 0.22
Hex 46 49 27 4 0 2F 47 41 1E 16
Octal 106 111 47 4 0 57 107 101 36 26
Binary 1000110 1001001 100111 100 0 101111 1000111 1000001 11110 10110

Color Harmonies of #464927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464927

Black with #464927

Text Example


Text Example

White with #464927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464927; }

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

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

background-color css

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

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

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

border-color css

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

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

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