Html Css Color HEX #426350 Feldgrau

📋 copy color: '#426350'

red 66 ◦ green 99 ◦ blue 80

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

Shades of Feldgrau #426350

Tints of Feldgrau #426350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.41%

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

R = 26.94%
G = 40.41%
B = 32.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#426350 (or 0x426350) is known color: Feldgrau. HEX triplet: 42, 63 and 50. RGB value is (66,99,80). Sum of RGB (Red+Green+Blue) = 66+99+80=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 99 - color contains mainly: green. Hex color #426350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426350 is #BD9CAF. Grayscale: #575757. Windows color (decimal): -12426416 or 5268290. OLE color: 5268290.

HSL color Cylindrical-coordinate representation of color #426350: hue angle of 145.45º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #426350 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 99 80 -
CMYK 0.33 0 0.19 0.61
HSL 145.45º 0.2% 0.32% -
HSV(B) 145.45º 0.33% 0.39% -
XYZ 8.16 10.66 9.22 -
YUV 86.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 66 99 80 0.33 0 0.19 0.61 145.45 0.2 0.32
Hex 42 63 50 21 0 13 3D 91 14 20
Octal 102 143 120 41 0 23 75 221 24 40
Binary 1000010 1100011 1010000 100001 0 10011 111101 10010001 10100 100000

Color Harmonies of #426350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426350

Black with #426350

Text Example


Text Example

White with #426350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426350; }

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

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

background-color css

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

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

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

border-color css

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

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

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