Html Css Color HEX #484927 Waiouru

📋 copy color: '#484927'

red 72 ◦ green 73 ◦ blue 39

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

Shades of Waiouru #484927

Tints of Waiouru #484927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.2%

R = 39.13%
G = 39.67%
B = 21.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#484927 (or 0x484927) is known color: Waiouru. HEX triplet: 48, 49 and 27. RGB value is (72,73,39). Sum of RGB (Red+Green+Blue) = 72+73+39=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 73 - color contains mainly: green. Hex color #484927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484927 is #B7B6D8. Grayscale: #444444. Windows color (decimal): -12039897 or 2574664. OLE color: 2574664.

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

Color convert

RGB 72 73 39 -
CMYK 0.01 0 0.47 0.71
HSL 61.76º 0.3% 0.22% -
HSV(B) 61.76º 0.47% 0.29% -
XYZ 5.42 6.29 2.85 -
YUV 68.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 72 73 39 0.01 0 0.47 0.71 61.76 0.3 0.22
Hex 48 49 27 1 0 2F 47 3E 1E 16
Octal 110 111 47 1 0 57 107 76 36 26
Binary 1001000 1001001 100111 1 0 101111 1000111 111110 11110 10110

Color Harmonies of #484927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484927

Black with #484927

Text Example


Text Example

White with #484927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484927; }

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

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

background-color css

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

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

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

border-color css

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

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

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