Html Css Color HEX #486754 Feldgrau

📋 copy color: '#486754'

red 72 ◦ green 103 ◦ blue 84

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

Shades of Feldgrau #486754

Tints of Feldgrau #486754

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.77%

 BLUE value IS 84 (33.2% from 255) = 32.43%

R = 27.8%
G = 39.77%
B = 32.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#486754 (or 0x486754) is known color: Feldgrau. HEX triplet: 48, 67 and 54. RGB value is (72,103,84). Sum of RGB (Red+Green+Blue) = 72+103+84=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 103 - color contains mainly: green. Hex color #486754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486754 is #B798AB. Grayscale: #5B5B5B. Windows color (decimal): -12032172 or 5531464. OLE color: 5531464.

HSL color Cylindrical-coordinate representation of color #486754: hue angle of 143.23º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #486754 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 103 84 -
CMYK 0.30 0 0.18 0.60
HSL 143.23º 0.18% 0.34% -
HSV(B) 143.23º 0.3% 0.4% -
XYZ 9.12 11.72 10.17 -
YUV 91.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 72 103 84 0.30 0 0.18 0.60 143.23 0.18 0.34
Hex 48 67 54 1E 0 12 3C 8F 12 22
Octal 110 147 124 36 0 22 74 217 22 42
Binary 1001000 1100111 1010100 11110 0 10010 111100 10001111 10010 100010

Color Harmonies of #486754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486754

Black with #486754

Text Example


Text Example

White with #486754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486754; }

 p { color: rgb(72,103,84); }

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

background-color css

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

 a { background-color: rgb(72,103,84); }

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

border-color css

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

 span { border-color: rgb(72,103,84); }

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