Html Css Color HEX #42604C Feldgrau

📋 copy color: '#42604C'

red 66 ◦ green 96 ◦ blue 76

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

Shades of Feldgrau #42604C

Tints of Feldgrau #42604C

RGB

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

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

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

R = 27.73%
G = 40.34%
B = 31.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#42604C (or 0x42604C) is known color: Feldgrau. HEX triplet: 42, 60 and 4C. RGB value is (66,96,76). Sum of RGB (Red+Green+Blue) = 66+96+76=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #42604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42604C is #BD9FB3. Grayscale: #545454. Windows color (decimal): -12427188 or 5005378. OLE color: 5005378.

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

Color convert

RGB 66 96 76 -
CMYK 0.31 0 0.21 0.62
HSL 140º 0.19% 0.32% -
HSV(B) 140º 0.31% 0.38% -
XYZ 7.73 10.05 8.37 -
YUV 84.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 66 96 76 0.31 0 0.21 0.62 140 0.19 0.32
Hex 42 60 4C 1F 0 15 3E 8C 13 20
Octal 102 140 114 37 0 25 76 214 23 40
Binary 1000010 1100000 1001100 11111 0 10101 111110 10001100 10011 100000

Color Harmonies of #42604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42604C

Black with #42604C

Text Example


Text Example

White with #42604C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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