Html Css Color HEX #42624D Feldgrau

📋 copy color: '#42624D'

red 66 ◦ green 98 ◦ blue 77

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

Shades of Feldgrau #42624D

Tints of Feldgrau #42624D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.66%

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

R = 27.39%
G = 40.66%
B = 31.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#42624D (or 0x42624D) is known color: Feldgrau. HEX triplet: 42, 62 and 4D. RGB value is (66,98,77). Sum of RGB (Red+Green+Blue) = 66+98+77=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #42624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42624D is #BD9DB2. Grayscale: #565656. Windows color (decimal): -12426675 or 5071426. OLE color: 5071426.

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

Color convert

RGB 66 98 77 -
CMYK 0.33 0 0.21 0.62
HSL 140.63º 0.2% 0.32% -
HSV(B) 140.63º 0.33% 0.38% -
XYZ 7.95 10.43 8.62 -
YUV 86.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 66 98 77 0.33 0 0.21 0.62 140.63 0.2 0.32
Hex 42 62 4D 21 0 15 3E 8D 14 20
Octal 102 142 115 41 0 25 76 215 24 40
Binary 1000010 1100010 1001101 100001 0 10101 111110 10001101 10100 100000

Color Harmonies of #42624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42624D

Black with #42624D

Text Example


Text Example

White with #42624D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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