Html Css Color HEX #426851 Feldgrau

📋 copy color: '#426851'

red 66 ◦ green 104 ◦ blue 81

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

Shades of Feldgrau #426851

Tints of Feldgrau #426851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.27%

R = 26.29%
G = 41.43%
B = 32.27%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#426851 (or 0x426851) is known color: Feldgrau. HEX triplet: 42, 68 and 51. RGB value is (66,104,81). Sum of RGB (Red+Green+Blue) = 66+104+81=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 104 - color contains mainly: green. Hex color #426851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426851 is #BD97AE. Grayscale: #5A5A5A. Windows color (decimal): -12425135 or 5335106. OLE color: 5335106.

HSL color Cylindrical-coordinate representation of color #426851: hue angle of 143.68º 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 #426851 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 104 81 -
CMYK 0.37 0 0.22 0.59
HSL 143.68º 0.22% 0.33% -
HSV(B) 143.68º 0.37% 0.41% -
XYZ 8.68 11.65 9.58 -
YUV 90.02 122.91 110.87 -
System Red Green Blue C M Y K H S L
Decimal 66 104 81 0.37 0 0.22 0.59 143.68 0.22 0.33
Hex 42 68 51 25 0 16 3B 90 16 21
Octal 102 150 121 45 0 26 73 220 26 41
Binary 1000010 1101000 1010001 100101 0 10110 111011 10010000 10110 100001

Color Harmonies of #426851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426851

Black with #426851

Text Example


Text Example

White with #426851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426851; }

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

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

background-color css

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

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

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

border-color css

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

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

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