Html Css Color HEX #4A502C Waiouru

📋 copy color: '#4A502C'

red 74 ◦ green 80 ◦ blue 44

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

Shades of Waiouru #4A502C

Tints of Waiouru #4A502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.4%

 BLUE value IS 44 (17.58% from 255) = 22.22%

R = 37.37%
G = 40.4%
B = 22.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#4A502C (or 0x4A502C) is known color: Waiouru. HEX triplet: 4A, 50 and 2C. RGB value is (74,80,44). Sum of RGB (Red+Green+Blue) = 74+80+44=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #4A502C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A502C is #B5AFD3. Grayscale: #4A4A4A. Windows color (decimal): -11907028 or 2904138. OLE color: 2904138.

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

Color convert

RGB 74 80 44 -
CMYK 0.08 0 0.45 0.69
HSL 70º 0.29% 0.24% -
HSV(B) 70º 0.45% 0.31% -
XYZ 6.15 7.38 3.48 -
YUV 74.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 74 80 44 0.08 0 0.45 0.69 70 0.29 0.24
Hex 4A 50 2C 8 0 2D 45 46 1D 18
Octal 112 120 54 10 0 55 105 106 35 30
Binary 1001010 1010000 101100 1000 0 101101 1000101 1000110 11101 11000

Color Harmonies of #4A502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A502C

Black with #4A502C

Text Example


Text Example

White with #4A502C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,80,44); }

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

background-color css

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

 a { background-color: rgb(74,80,44); }

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

border-color css

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

 span { border-color: rgb(74,80,44); }

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