Html Css Color HEX #4A502D Waiouru

📋 copy color: '#4A502D'

red 74 ◦ green 80 ◦ blue 45

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

Shades of Waiouru #4A502D

Tints of Waiouru #4A502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.61%

R = 37.19%
G = 40.2%
B = 22.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#4A502D (or 0x4A502D) is known color: Waiouru. HEX triplet: 4A, 50 and 2D. RGB value is (74,80,45). Sum of RGB (Red+Green+Blue) = 74+80+45=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #4A502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A502D is #B5AFD2. Grayscale: #4A4A4A. Windows color (decimal): -11907027 or 2969674. OLE color: 2969674.

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

Color convert

RGB 74 80 45 -
CMYK 0.08 0 0.44 0.69
HSL 70.29º 0.28% 0.25% -
HSV(B) 70.29º 0.44% 0.31% -
XYZ 6.17 7.38 3.58 -
YUV 74.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 74 80 45 0.08 0 0.44 0.69 70.29 0.28 0.25
Hex 4A 50 2D 8 0 2C 45 46 1C 19
Octal 112 120 55 10 0 54 105 106 34 31
Binary 1001010 1010000 101101 1000 0 101100 1000101 1000110 11100 11001

Color Harmonies of #4A502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A502D

Black with #4A502D

Text Example


Text Example

White with #4A502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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