Html Css Color HEX #42674F Feldgrau

📋 copy color: '#42674F'

red 66 ◦ green 103 ◦ blue 79

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

Shades of Feldgrau #42674F

Tints of Feldgrau #42674F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.53%

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

R = 26.61%
G = 41.53%
B = 31.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#42674F (or 0x42674F) is known color: Feldgrau. HEX triplet: 42, 67 and 4F. RGB value is (66,103,79). Sum of RGB (Red+Green+Blue) = 66+103+79=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 103 - color contains mainly: green. Hex color #42674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42674F is #BD98B0. Grayscale: #595959. Windows color (decimal): -12425393 or 5203778. OLE color: 5203778.

HSL color Cylindrical-coordinate representation of color #42674F: hue angle of 141.08º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #42674F is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 103 79 -
CMYK 0.36 0 0.23 0.60
HSL 141.08º 0.22% 0.33% -
HSV(B) 141.08º 0.36% 0.4% -
XYZ 8.51 11.42 9.15 -
YUV 89.2 122.24 111.45 -
System Red Green Blue C M Y K H S L
Decimal 66 103 79 0.36 0 0.23 0.60 141.08 0.22 0.33
Hex 42 67 4F 24 0 17 3C 8D 16 21
Octal 102 147 117 44 0 27 74 215 26 41
Binary 1000010 1100111 1001111 100100 0 10111 111100 10001101 10110 100001

Color Harmonies of #42674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42674F

Black with #42674F

Text Example


Text Example

White with #42674F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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