Html Css Color HEX #42624B Feldgrau

📋 copy color: '#42624B'

red 66 ◦ green 98 ◦ blue 75

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

Shades of Feldgrau #42624B

Tints of Feldgrau #42624B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.38%

R = 27.62%
G = 41%
B = 31.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#42624B (or 0x42624B) is known color: Feldgrau. HEX triplet: 42, 62 and 4B. RGB value is (66,98,75). Sum of RGB (Red+Green+Blue) = 66+98+75=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #42624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42624B is #BD9DB4. Grayscale: #555555. Windows color (decimal): -12426677 or 4940354. OLE color: 4940354.

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

Color convert

RGB 66 98 75 -
CMYK 0.33 0 0.23 0.62
HSL 136.88º 0.2% 0.32% -
HSV(B) 136.88º 0.33% 0.38% -
XYZ 7.88 10.4 8.25 -
YUV 85.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 66 98 75 0.33 0 0.23 0.62 136.88 0.2 0.32
Hex 42 62 4B 21 0 17 3E 89 14 20
Octal 102 142 113 41 0 27 76 211 24 40
Binary 1000010 1100010 1001011 100001 0 10111 111110 10001001 10100 100000

Color Harmonies of #42624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42624B

Black with #42624B

Text Example


Text Example

White with #42624B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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