Html Css Color HEX #426850 Feldgrau

📋 copy color: '#426850'

red 66 ◦ green 104 ◦ blue 80

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

Shades of Feldgrau #426850

Tints of Feldgrau #426850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.6%

 BLUE value IS 80 (31.64% from 255) = 32%

R = 26.4%
G = 41.6%
B = 32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#426850 (or 0x426850) is known color: Feldgrau. HEX triplet: 42, 68 and 50. RGB value is (66,104,80). Sum of RGB (Red+Green+Blue) = 66+104+80=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #426850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426850 is #BD97AF. Grayscale: #595959. Windows color (decimal): -12425136 or 5269570. OLE color: 5269570.

HSL color Cylindrical-coordinate representation of color #426850: hue angle of 142.11º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426850 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 104 80 -
CMYK 0.37 0 0.23 0.59
HSL 142.11º 0.22% 0.33% -
HSV(B) 142.11º 0.37% 0.41% -
XYZ 8.65 11.64 9.38 -
YUV 89.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 66 104 80 0.37 0 0.23 0.59 142.11 0.22 0.33
Hex 42 68 50 25 0 17 3B 8E 16 21
Octal 102 150 120 45 0 27 73 216 26 41
Binary 1000010 1101000 1010000 100101 0 10111 111011 10001110 10110 100001

Color Harmonies of #426850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426850

Black with #426850

Text Example


Text Example

White with #426850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426850; }

 p { color: rgb(66,104,80); }

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

background-color css

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

 a { background-color: rgb(66,104,80); }

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

border-color css

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

 span { border-color: rgb(66,104,80); }

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