Html Css Color HEX #484A25 Waiouru

📋 copy color: '#484A25'

red 72 ◦ green 74 ◦ blue 37

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

Shades of Waiouru #484A25

Tints of Waiouru #484A25

RGB

 RED value IS 72 (28.52% from 255) = 39.34%

 GREEN value IS 74 (29.3% from 255) = 40.44%

 BLUE value IS 37 (14.84% from 255) = 20.22%

R = 39.34%
G = 40.44%
B = 20.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.71

RGB Variations

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

Color information

#484A25 (or 0x484A25) is known color: Waiouru. HEX triplet: 48, 4A and 25. RGB value is (72,74,37). Sum of RGB (Red+Green+Blue) = 72+74+37=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 74 - color contains mainly: green. Hex color #484A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A25 is #B7B5DA. Grayscale: #454545. Windows color (decimal): -12039643 or 2443848. OLE color: 2443848.

HSL color Cylindrical-coordinate representation of color #484A25: hue angle of 63.24º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #484A25 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 74 37 -
CMYK 0.03 0 0.50 0.71
HSL 63.24º 0.33% 0.22% -
HSV(B) 63.24º 0.5% 0.29% -
XYZ 5.46 6.41 2.7 -
YUV 69.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 72 74 37 0.03 0 0.50 0.71 63.24 0.33 0.22
Hex 48 4A 25 3 0 32 47 3F 21 16
Octal 110 112 45 3 0 62 107 77 41 26
Binary 1001000 1001010 100101 11 0 110010 1000111 111111 100001 10110

Color Harmonies of #484A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A25

Black with #484A25

Text Example


Text Example

White with #484A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484A25; }

 p { color: rgb(72,74,37); }

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

background-color css

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

 a { background-color: rgb(72,74,37); }

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

border-color css

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

 span { border-color: rgb(72,74,37); }

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