Html Css Color HEX #42614D Feldgrau

📋 copy color: '#42614D'

red 66 ◦ green 97 ◦ blue 77

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

Shades of Feldgrau #42614D

Tints of Feldgrau #42614D

RGB

 RED value IS 66 (26.17% from 255) = 27.5%

 GREEN value IS 97 (38.28% from 255) = 40.42%

 BLUE value IS 77 (30.47% from 255) = 32.08%

R = 27.5%
G = 40.42%
B = 32.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#42614D (or 0x42614D) is known color: Feldgrau. HEX triplet: 42, 61 and 4D. RGB value is (66,97,77). Sum of RGB (Red+Green+Blue) = 66+97+77=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #42614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42614D is #BD9EB2. Grayscale: #555555. Windows color (decimal): -12426931 or 5071170. OLE color: 5071170.

HSL color Cylindrical-coordinate representation of color #42614D: hue angle of 141.29º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #42614D is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 77 -
CMYK 0.32 0 0.21 0.62
HSL 141.29º 0.19% 0.32% -
HSV(B) 141.29º 0.32% 0.38% -
XYZ 7.86 10.24 8.58 -
YUV 85.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 66 97 77 0.32 0 0.21 0.62 141.29 0.19 0.32
Hex 42 61 4D 20 0 15 3E 8D 13 20
Octal 102 141 115 40 0 25 76 215 23 40
Binary 1000010 1100001 1001101 100000 0 10101 111110 10001101 10011 100000

Color Harmonies of #42614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42614D

Black with #42614D

Text Example


Text Example

White with #42614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42614D; }

 p { color: rgb(66,97,77); }

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

background-color css

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

 a { background-color: rgb(66,97,77); }

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

border-color css

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

 span { border-color: rgb(66,97,77); }

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