Html Css Color HEX #42604D Feldgrau

📋 copy color: '#42604D'

red 66 ◦ green 96 ◦ blue 77

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

Shades of Feldgrau #42604D

Tints of Feldgrau #42604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.17%

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

R = 27.62%
G = 40.17%
B = 32.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#42604D (or 0x42604D) is known color: Feldgrau. HEX triplet: 42, 60 and 4D. RGB value is (66,96,77). Sum of RGB (Red+Green+Blue) = 66+96+77=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #42604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42604D is #BD9FB2. Grayscale: #545454. Windows color (decimal): -12427187 or 5070914. OLE color: 5070914.

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

Color convert

RGB 66 96 77 -
CMYK 0.31 0 0.20 0.62
HSL 142º 0.19% 0.32% -
HSV(B) 142º 0.31% 0.38% -
XYZ 7.77 10.06 8.55 -
YUV 84.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 66 96 77 0.31 0 0.20 0.62 142 0.19 0.32
Hex 42 60 4D 1F 0 14 3E 8E 13 20
Octal 102 140 115 37 0 24 76 216 23 40
Binary 1000010 1100000 1001101 11111 0 10100 111110 10001110 10011 100000

Color Harmonies of #42604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42604D

Black with #42604D

Text Example


Text Example

White with #42604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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