Html Css Color HEX #4A4F2A Waiouru

📋 copy color: '#4A4F2A'

red 74 ◦ green 79 ◦ blue 42

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

Shades of Waiouru #4A4F2A

Tints of Waiouru #4A4F2A

RGB

 RED value IS 74 (29.3% from 255) = 37.95%

 GREEN value IS 79 (31.25% from 255) = 40.51%

 BLUE value IS 42 (16.8% from 255) = 21.54%

R = 37.95%
G = 40.51%
B = 21.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4A4F2A (or 0x4A4F2A) is known color: Waiouru. HEX triplet: 4A, 4F and 2A. RGB value is (74,79,42). Sum of RGB (Red+Green+Blue) = 74+79+42=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 79 - color contains mainly: green. Hex color #4A4F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4F2A is #B5B0D5. Grayscale: #494949. Windows color (decimal): -11907286 or 2772810. OLE color: 2772810.

HSL color Cylindrical-coordinate representation of color #4A4F2A: hue angle of 68.11º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A4F2A is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 79 42 -
CMYK 0.06 0 0.47 0.69
HSL 68.11º 0.31% 0.24% -
HSV(B) 68.11º 0.47% 0.31% -
XYZ 6.04 7.21 3.26 -
YUV 73.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 74 79 42 0.06 0 0.47 0.69 68.11 0.31 0.24
Hex 4A 4F 2A 6 0 2F 45 44 1F 18
Octal 112 117 52 6 0 57 105 104 37 30
Binary 1001010 1001111 101010 110 0 101111 1000101 1000100 11111 11000

Color Harmonies of #4A4F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4F2A

Black with #4A4F2A

Text Example


Text Example

White with #4A4F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A4F2A; }

 p { color: rgb(74,79,42); }

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

background-color css

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

 a { background-color: rgb(74,79,42); }

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

border-color css

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

 span { border-color: rgb(74,79,42); }

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