Html Css Color HEX #426752 Feldgrau

📋 copy color: '#426752'

red 66 ◦ green 103 ◦ blue 82

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

Shades of Feldgrau #426752

Tints of Feldgrau #426752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.04%

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

R = 26.29%
G = 41.04%
B = 32.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#426752 (or 0x426752) is known color: Feldgrau. HEX triplet: 42, 67 and 52. RGB value is (66,103,82). Sum of RGB (Red+Green+Blue) = 66+103+82=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 103 - color contains mainly: green. Hex color #426752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426752 is #BD98AD. Grayscale: #595959. Windows color (decimal): -12425390 or 5400386. OLE color: 5400386.

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

Color convert

RGB 66 103 82 -
CMYK 0.36 0 0.20 0.60
HSL 145.95º 0.22% 0.33% -
HSV(B) 145.95º 0.36% 0.4% -
XYZ 8.62 11.47 9.74 -
YUV 89.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 66 103 82 0.36 0 0.20 0.60 145.95 0.22 0.33
Hex 42 67 52 24 0 14 3C 92 16 21
Octal 102 147 122 44 0 24 74 222 26 41
Binary 1000010 1100111 1010010 100100 0 10100 111100 10010010 10110 100001

Color Harmonies of #426752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426752

Black with #426752

Text Example


Text Example

White with #426752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426752; }

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

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

background-color css

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

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

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

border-color css

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

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

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