Html Css Color HEX #456150 Feldgrau

📋 copy color: '#456150'

red 69 ◦ green 97 ◦ blue 80

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

Shades of Feldgrau #456150

Tints of Feldgrau #456150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.43%

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

R = 28.05%
G = 39.43%
B = 32.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#456150 (or 0x456150) is known color: Feldgrau. HEX triplet: 45, 61 and 50. RGB value is (69,97,80). Sum of RGB (Red+Green+Blue) = 69+97+80=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #456150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456150 is #BA9EAF. Grayscale: #565656. Windows color (decimal): -12230320 or 5267781. OLE color: 5267781.

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

Color convert

RGB 69 97 80 -
CMYK 0.29 0 0.18 0.62
HSL 143.57º 0.17% 0.33% -
HSV(B) 143.57º 0.29% 0.38% -
XYZ 8.18 10.39 9.16 -
YUV 86.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 69 97 80 0.29 0 0.18 0.62 143.57 0.17 0.33
Hex 45 61 50 1D 0 12 3E 90 11 21
Octal 105 141 120 35 0 22 76 220 21 41
Binary 1000101 1100001 1010000 11101 0 10010 111110 10010000 10001 100001

Color Harmonies of #456150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456150

Black with #456150

Text Example


Text Example

White with #456150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456150; }

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

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

background-color css

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

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

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

border-color css

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

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

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