Html Css Color HEX #426551 Feldgrau

📋 copy color: '#426551'

red 66 ◦ green 101 ◦ blue 81

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

Shades of Feldgrau #426551

Tints of Feldgrau #426551

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.73%

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

R = 26.61%
G = 40.73%
B = 32.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#426551 (or 0x426551) is known color: Feldgrau. HEX triplet: 42, 65 and 51. RGB value is (66,101,81). Sum of RGB (Red+Green+Blue) = 66+101+81=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 101 - color contains mainly: green. Hex color #426551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426551 is #BD9AAE. Grayscale: #585858. Windows color (decimal): -12425903 or 5334338. OLE color: 5334338.

HSL color Cylindrical-coordinate representation of color #426551: hue angle of 145.71º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #426551 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 101 81 -
CMYK 0.35 0 0.20 0.60
HSL 145.71º 0.21% 0.33% -
HSV(B) 145.71º 0.35% 0.4% -
XYZ 8.39 11.06 9.48 -
YUV 88.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 66 101 81 0.35 0 0.20 0.60 145.71 0.21 0.33
Hex 42 65 51 23 0 14 3C 92 15 21
Octal 102 145 121 43 0 24 74 222 25 41
Binary 1000010 1100101 1010001 100011 0 10100 111100 10010010 10101 100001

Color Harmonies of #426551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426551

Black with #426551

Text Example


Text Example

White with #426551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426551; }

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

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

background-color css

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

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

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

border-color css

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

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

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