Html Css Color HEX #42624C Feldgrau

📋 copy color: '#42624C'

red 66 ◦ green 98 ◦ blue 76

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

Shades of Feldgrau #42624C

Tints of Feldgrau #42624C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.67%

R = 27.5%
G = 40.83%
B = 31.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#42624C (or 0x42624C) is known color: Feldgrau. HEX triplet: 42, 62 and 4C. RGB value is (66,98,76). Sum of RGB (Red+Green+Blue) = 66+98+76=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #42624C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42624C is #BD9DB3. Grayscale: #555555. Windows color (decimal): -12426676 or 5005890. OLE color: 5005890.

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

Color convert

RGB 66 98 76 -
CMYK 0.33 0 0.22 0.62
HSL 138.75º 0.2% 0.32% -
HSV(B) 138.75º 0.33% 0.38% -
XYZ 7.92 10.42 8.43 -
YUV 85.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 66 98 76 0.33 0 0.22 0.62 138.75 0.2 0.32
Hex 42 62 4C 21 0 16 3E 8B 14 20
Octal 102 142 114 41 0 26 76 213 24 40
Binary 1000010 1100010 1001100 100001 0 10110 111110 10001011 10100 100000

Color Harmonies of #42624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42624C

Black with #42624C

Text Example


Text Example

White with #42624C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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