Html Css Color HEX #426852 Feldgrau

📋 copy color: '#426852'

red 66 ◦ green 104 ◦ blue 82

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

Shades of Feldgrau #426852

Tints of Feldgrau #426852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 26.19%
G = 41.27%
B = 32.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#426852 (or 0x426852) is known color: Feldgrau. HEX triplet: 42, 68 and 52. RGB value is (66,104,82). Sum of RGB (Red+Green+Blue) = 66+104+82=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 104 - color contains mainly: green. Hex color #426852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426852 is #BD97AD. Grayscale: #5A5A5A. Windows color (decimal): -12425134 or 5400642. OLE color: 5400642.

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

Color convert

RGB 66 104 82 -
CMYK 0.37 0 0.21 0.59
HSL 145.26º 0.22% 0.33% -
HSV(B) 145.26º 0.37% 0.41% -
XYZ 8.72 11.67 9.78 -
YUV 90.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 66 104 82 0.37 0 0.21 0.59 145.26 0.22 0.33
Hex 42 68 52 25 0 15 3B 91 16 21
Octal 102 150 122 45 0 25 73 221 26 41
Binary 1000010 1101000 1010010 100101 0 10101 111011 10010001 10110 100001

Color Harmonies of #426852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426852

Black with #426852

Text Example


Text Example

White with #426852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426852; }

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

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

background-color css

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

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

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

border-color css

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

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

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