Html Css Color HEX #456250 Feldgrau

📋 copy color: '#456250'

red 69 ◦ green 98 ◦ blue 80

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

Shades of Feldgrau #456250

Tints of Feldgrau #456250

RGB

 RED value IS 69 (27.34% from 255) = 27.94%

 GREEN value IS 98 (38.67% from 255) = 39.68%

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

R = 27.94%
G = 39.68%
B = 32.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#456250 (or 0x456250) is known color: Feldgrau. HEX triplet: 45, 62 and 50. RGB value is (69,98,80). Sum of RGB (Red+Green+Blue) = 69+98+80=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #456250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456250 is #BA9DAF. Grayscale: #575757. Windows color (decimal): -12230064 or 5268037. OLE color: 5268037.

HSL color Cylindrical-coordinate representation of color #456250: hue angle of 142.76º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #456250 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 98 80 -
CMYK 0.30 0 0.18 0.62
HSL 142.76º 0.17% 0.33% -
HSV(B) 142.76º 0.3% 0.38% -
XYZ 8.27 10.58 9.2 -
YUV 87.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 69 98 80 0.30 0 0.18 0.62 142.76 0.17 0.33
Hex 45 62 50 1E 0 12 3E 8F 11 21
Octal 105 142 120 36 0 22 76 217 21 41
Binary 1000101 1100010 1010000 11110 0 10010 111110 10001111 10001 100001

Color Harmonies of #456250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456250

Black with #456250

Text Example


Text Example

White with #456250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456250; }

 p { color: rgb(69,98,80); }

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

background-color css

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

 a { background-color: rgb(69,98,80); }

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

border-color css

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

 span { border-color: rgb(69,98,80); }

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