Html Css Color HEX #426651 Feldgrau

📋 copy color: '#426651'

red 66 ◦ green 102 ◦ blue 81

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

Shades of Feldgrau #426651

Tints of Feldgrau #426651

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.96%

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

R = 26.51%
G = 40.96%
B = 32.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#426651 (or 0x426651) is known color: Feldgrau. HEX triplet: 42, 66 and 51. RGB value is (66,102,81). Sum of RGB (Red+Green+Blue) = 66+102+81=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 102 - color contains mainly: green. Hex color #426651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426651 is #BD99AE. Grayscale: #585858. Windows color (decimal): -12425647 or 5334594. OLE color: 5334594.

HSL color Cylindrical-coordinate representation of color #426651: hue angle of 145º 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 #426651 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 102 81 -
CMYK 0.35 0 0.21 0.6
HSL 145º 0.21% 0.33% -
HSV(B) 145º 0.35% 0.4% -
XYZ 8.48 11.26 9.51 -
YUV 88.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 66 102 81 0.35 0 0.21 0.6 145 0.21 0.33
Hex 42 66 51 23 0 15 3C 91 15 21
Octal 102 146 121 43 0 25 74 221 25 41
Binary 1000010 1100110 1010001 100011 0 10101 111100 10010001 10101 100001

Color Harmonies of #426651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426651

Black with #426651

Text Example


Text Example

White with #426651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426651; }

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

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

background-color css

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

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

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

border-color css

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

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

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