Html Css Color HEX #484926 Waiouru

📋 copy color: '#484926'

red 72 ◦ green 73 ◦ blue 38

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

Shades of Waiouru #484926

Tints of Waiouru #484926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.77%

R = 39.34%
G = 39.89%
B = 20.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#484926 (or 0x484926) is known color: Waiouru. HEX triplet: 48, 49 and 26. RGB value is (72,73,38). Sum of RGB (Red+Green+Blue) = 72+73+38=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #484926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484926 is #B7B6D9. Grayscale: #444444. Windows color (decimal): -12039898 or 2509128. OLE color: 2509128.

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

Color convert

RGB 72 73 38 -
CMYK 0.01 0 0.48 0.71
HSL 61.71º 0.32% 0.22% -
HSV(B) 61.71º 0.48% 0.29% -
XYZ 5.4 6.28 2.76 -
YUV 68.71 110.67 130.35 -
System Red Green Blue C M Y K H S L
Decimal 72 73 38 0.01 0 0.48 0.71 61.71 0.32 0.22
Hex 48 49 26 1 0 30 47 3E 20 16
Octal 110 111 46 1 0 60 107 76 40 26
Binary 1001000 1001001 100110 1 0 110000 1000111 111110 100000 10110

Color Harmonies of #484926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484926

Black with #484926

Text Example


Text Example

White with #484926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484926; }

 p { color: rgb(72,73,38); }

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

background-color css

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

 a { background-color: rgb(72,73,38); }

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

border-color css

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

 span { border-color: rgb(72,73,38); }

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