Html Css Color HEX #42624F Feldgrau

📋 copy color: '#42624F'

red 66 ◦ green 98 ◦ blue 79

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

Shades of Feldgrau #42624F

Tints of Feldgrau #42624F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.51%

R = 27.16%
G = 40.33%
B = 32.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#42624F (or 0x42624F) is known color: Feldgrau. HEX triplet: 42, 62 and 4F. RGB value is (66,98,79). Sum of RGB (Red+Green+Blue) = 66+98+79=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 98 - color contains mainly: green. Hex color #42624F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42624F is #BD9DB0. Grayscale: #565656. Windows color (decimal): -12426673 or 5202498. OLE color: 5202498.

HSL color Cylindrical-coordinate representation of color #42624F: hue angle of 144.38º 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 #42624F is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 98 79 -
CMYK 0.33 0 0.19 0.62
HSL 144.38º 0.2% 0.32% -
HSV(B) 144.38º 0.33% 0.38% -
XYZ 8.03 10.46 8.99 -
YUV 86.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 66 98 79 0.33 0 0.19 0.62 144.38 0.2 0.32
Hex 42 62 4F 21 0 13 3E 90 14 20
Octal 102 142 117 41 0 23 76 220 24 40
Binary 1000010 1100010 1001111 100001 0 10011 111110 10010000 10100 100000

Color Harmonies of #42624F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42624F

Black with #42624F

Text Example


Text Example

White with #42624F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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