#456652

Color #456652 Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #456652

Tints of Feldgrau #456652

Color information

#456652 (or 0x456652) is unknown color: approx Feldgrau. HEX triplet: 45, 66 and 52. RGB value is (69,102,82). Sum of RGB (Red+Green+Blue) = 69+102+82=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 102 - color contains mainly: green. Hex color #456652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456652 is #BA99AD. Grayscale: #595959. Windows color (decimal): -12229038 or 5400133. OLE color: 5400133.

HSL color Cylindrical-coordinate representation of color #456652: hue angle of 143.64º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #456652 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB6910282-
CMYK0.3200.200.6
HSL143.64º19.3%33.53%-
HSV(B)143.64º32.35%40%-
XYZ8.7311.389.72-
YUV89.85123.57113.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.27%
GREEN value IS 102 (40.23% from 255) = 40.32%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=27.27%
G=40.32%
B=32.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal69102820.3200.200.6143.6419.333.53
Hex456652200143C901322
Octal10514612240024742202342
Binary1000101110011010100101000000101001111001001000010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456652; }

 p { color: rgb(69,102,82); }

 H1.HeaderClassName
 {
   color: #456652;
 }
 .AnyTagClassName
 {
   color: #456652;
 }
</style>
background-color css

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

 a { background-color: rgb(69,102,82); }

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

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

 span { border-color: rgb(69,102,82); }

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