Html Css Color HEX #426952 Feldgrau

📋 copy color: '#426952'

red 66 ◦ green 105 ◦ blue 82

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

Shades of Feldgrau #426952

Tints of Feldgrau #426952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.5%

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

R = 26.09%
G = 41.5%
B = 32.41%

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

#426952 (or 0x426952) is known color: Feldgrau. HEX triplet: 42, 69 and 52. RGB value is (66,105,82). Sum of RGB (Red+Green+Blue) = 66+105+82=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 105 - color contains mainly: green. Hex color #426952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426952 is #BD96AD. Grayscale: #5A5A5A. Windows color (decimal): -12424878 or 5400898. OLE color: 5400898.

HSL color Cylindrical-coordinate representation of color #426952: hue angle of 144.62º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426952 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 105 82 -
CMYK 0.37 0 0.22 0.59
HSL 144.62º 0.23% 0.34% -
HSV(B) 144.62º 0.37% 0.41% -
XYZ 8.82 11.87 9.81 -
YUV 90.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 66 105 82 0.37 0 0.22 0.59 144.62 0.23 0.34
Hex 42 69 52 25 0 16 3B 91 17 22
Octal 102 151 122 45 0 26 73 221 27 42
Binary 1000010 1101001 1010010 100101 0 10110 111011 10010001 10111 100010

Color Harmonies of #426952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426952

Black with #426952

Text Example


Text Example

White with #426952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426952; }

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

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

background-color css

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

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

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

border-color css

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

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

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